Skip to content

Commit 4e5b054

Browse files
committed
docs(typescript/ddb-stream-lambda-sns) Update README.md
1 parent 91fbd65 commit 4e5b054

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

typescript/ddb-stream-lambda-sns/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
DynamoDB Stream Constructs for AWS CDK
2-
---
1+
# DynamoDB Stream Integration with Lambda and SNS
32

43
<!--BEGIN STABILITY BANNER-->
54
---
@@ -31,7 +30,7 @@ This solution demonstrates a use case for real-time notifications: alerting user
3130
- L2 (low-level) construct for fine-grained control over DynamoDB streams
3231
- [L3 (high-level)](https://docs.aws.amazon.com/solutions/latest/constructs/aws-dynamodbstreams-lambda.html) construct for simplified, best-practice implementations of DynamoDB streams
3332
- Integration with Lambda functions for stream processing
34-
- Implements an SQS Dead Letter Queue (DLQ) for the Lambda function processing the DynamoDB stream, enhancing reliability and error handling
33+
- Implements an SQS Dead Letter Queue (DLQ) for the Lambda function failure handling
3534
- Shows how to use Amazon SNS to distribute stream processing results or notifications.
3635

3736

0 commit comments

Comments
 (0)