You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript/ddb-stream-lambda-sns/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
DynamoDB Stream Constructs for AWS CDK
2
-
---
1
+
# DynamoDB Stream Integration with Lambda and SNS
3
2
4
3
<!--BEGIN STABILITY BANNER-->
5
4
---
@@ -31,7 +30,7 @@ This solution demonstrates a use case for real-time notifications: alerting user
31
30
- L2 (low-level) construct for fine-grained control over DynamoDB streams
32
31
-[L3 (high-level)](https://docs.aws.amazon.com/solutions/latest/constructs/aws-dynamodbstreams-lambda.html) construct for simplified, best-practice implementations of DynamoDB streams
33
32
- 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
35
34
- Shows how to use Amazon SNS to distribute stream processing results or notifications.
0 commit comments