-
Notifications
You must be signed in to change notification settings - Fork 928
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
Serverless pattern eventbridge pipe sqs stepfunctions filter transform cdk python #1994
Conversation
Can you please check the errors and re-submit please? |
Fixed the errors on example pattern file and linkedin. Let me know if you have any questions. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed the errors and resubmitted for git code review workflow for schema validation check.
@undefined your 'example-pattern.json' is missing some key fields, please review below and address any errors you have
If you need any help, take a look at the example-pattern file. Make the changes, and push your changes back to this pull request. When all automated checks are successful, the Serverless DA team will process your pull request. |
"templateURL": "serverless-patterns/cdk-sqs-eventbridge-pipes-stepfunctions-filter-transform-python", | ||
"projectFolder": "cdk_eventbridge_pipes_sqs_to_stepfunctions_python", | ||
"templateFile": "cdk_eventbridge_pipes_sqs_to_stepfunctions_python_stack.py" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please take a look at the projectFolder
and templateFile
references? They seem to be incorrect.
@manikandanks2000 Did you get a chance to review the requested changes? |
@pputhran thanks for the input ..checking the changes, will confirm once complete soon. |
a75f056
to
8b402b7
Compare
275b48f
to
1ee31e1
Compare
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.