-
Notifications
You must be signed in to change notification settings - Fork 956
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 pattern submission - Dynamodb Streams to lambda with filters in Terraform #1943
Conversation
Valid pattern file found. Reviewer you can view the pattern file here |
@@ -0,0 +1,80 @@ | |||
# DynamoDB Stream to AWS Lambda with Filters | |||
|
|||
This pattern demonstrates how to lambda functions that can recieve DynamoDB Stream with filters. The IaC has been definied in Terraform. |
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.
*Lambda
DynamoDB streams
|
||
This pattern demonstrates how to lambda functions that can recieve DynamoDB Stream with filters. The IaC has been definied in Terraform. | ||
|
||
Learn more about this pattern at Serverless Land Patterns: << Add the live URL 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.
|
||
## How it works | ||
|
||
DynamoDB Streams trigger Lambda Function based on filter. The stack has one DynamoDB Table with 4 Lambda with selective filters, |
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.
A DynamoDB stream triggers different Lambda functions based on a filter. The stack has one DynamoDB table with 4 functions with selective filters:
Thanks for submitting your pattern. https://serverlessland.com/patterns/dynamodb-streams-lambda-filters-tf You can share your pattern using this link :) |
Issue #, if available:
Description of changes:
This pattern demonstrates how to lambda functions that can recieve DynamoDB Stream with filters. The IaC has been definied in Terraform.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.