-
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 : Lambda event generation, their distribution via EventBridge rules to rate controlled processing using SQS+Lambda #2020
Conversation
@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. |
I have submitted a change with the title and description meeting the max length limits. How do I retrigger the bot? |
Valid pattern file found. Reviewer you can view the pattern file here |
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.
Minor edits/comments to review before merging.
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
…s://github.com/anaghlal/serverless-patterns into anaghlal-feature-lambda-eventbridge-sqs-lambda
json file for publishing.
Changes look good, thanks! One last question - since the pattern is focussed on rate limiting, can you feature the Lambda event source max concurrency feature in the example? I think that would tie the usage of SQS as the buffer to rate limiting. |
…s://github.com/anaghlal/serverless-patterns into anaghlal-feature-lambda-eventbridge-sqs-lambda
…s://github.com/anaghlal/serverless-patterns into anaghlal-feature-lambda-eventbridge-sqs-lambda
Issue #, if available:
Description of changes:
Lambda event generation, their distribution via EventBridge rules to rate controlled processing using SQS+Lambda
The pattern demonstrates creating and sending events to EventBridge, routing them to targets based on message contents to SQS targets consumed by Lambdas.
"language": "Python"
"framework": "CDK"
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.