Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi888 authored Dec 11, 2023
1 parent 5aa64f7 commit a7b6bb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dynamodb-streams-lambda-filters-tf/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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.
This pattern demonstrates how to Lambda functions that be trigger by DynamoDB streams based on filters. The IaC has been definied in Terraform.

Learn more about this pattern at Serverless Land Patterns: << Add the live URL here >>
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/dynamodb-streams-lambda-filters-tf

Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.

Expand Down Expand Up @@ -40,7 +40,8 @@ Important: this application uses various AWS services and there are costs associ
## How it works
DynamoDB Streams trigger Lambda Function based on filter. The stack has one DynamoDB Table with 4 Lambda with selective filters,
A DynamoDB stream triggers different Lambda functions based on a filter. The stack has one DynamoDB table with 4 functions with selective filters:
1. Bachelors Lambda (process-bachelors-request) - Triggers for every insert of Bachelors Record
2. Masters Lambda (process-masters-requests) - Triggers for every insert of Masters Record
3. Modify Lambda (process-modify-request) - Triggers for any updates
Expand Down Expand Up @@ -77,4 +78,4 @@ DynamoDB Streams trigger Lambda Function based on filter. The stack has one Dyna
----
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0
SPDX-License-Identifier: MIT-0

0 comments on commit a7b6bb9

Please sign in to comment.