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: sqs-fifo-delayed-queue-dynamodb/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Amazon SQS FIFO Queue with delay using AWS Lambda and AWS DynamoDB
1
+
# Amazon SQS FIFO queue with delay using AWS Lambda and Amazon DynamoDB
2
2
3
-
This pattern allows introduction of a delay between processing of messages while maintaining order from individual client. Then sending it sequentially to the downstream for processing, to minimize the consequences of unordered events.
3
+
This pattern shows how to introduce a delay between processing messages while maintaining order from an individual client. The message is sent sequentially to the downstream service for processing to minimize the consequences of unordered events.
4
4
5
5
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/sqs-fifo-delayed-queue-dynamodb
0 commit comments