-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Serverless Pattern - Amazon EventBridge pipe - filter and transform using cdk python #2043
Conversation
This branch is based on closed branch |
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/README.md
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/README.md
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/README.md
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/README.md
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/README.md
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
…thon/example-pattern.json Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/example-pattern.json Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/example-pattern.json Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/example-pattern.json Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/example-pattern.json Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
@bfreiberg thanks for the inputs . I have accepted the recommendations and changes to the source. |
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…thon/README.md Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
Thank you for the updates. Could you please remove the |
…ern-eventbridge-pipe-sqs-stepfunctions-filter-transform-cdk-python
…thon/cdk_eventbridge_pipes_sqs_to_stepfunctions_python/__pycache__ directory delete pycache cache directory
…thon/cdk_eventbridge_pipes_sqs_to_stepfunctions_python/__init__.py remove the _init_.py file.
Sure. I have deleted it now. |
Please use the correct folder name in your |
project folder name shortened
@bfreiberg project folder name modified as requested well. |
To be clear, please change the folder name |
I already have a variable aws_cdk as cdk in the python code, to avoid conflict have modified the folder name as "src" and stack file name as "cdkstack.py" . let me know if this is good or correcting it as cdk is your recommendation. |
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
cdk-eventbridge-pipes-sqs-to-stepfunctions-filter-transform-python/example-pattern.json
Outdated
Show resolved
Hide resolved
…thon/example-pattern.json accepted the suggested changes Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
thanks for the guidance. hope it goes thru and will keep note of the changes recommended for my future contributions. |
Looks good, thank you for your contribution. A Developer Advocate will merge the PR soon. |
Issue #, if available:
Description of changes:
This pattern will use Amazon EventBridge Pipe to accept source messages from Amazon Simple Queue Service and will apply filter and transformation before sending the target message to AWS Step Functions.
This example project implemented with CDK/Python.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.