Skip to content

Commit b2f763d

Browse files
authored
Update README.md
1 parent 0a4a4d2 commit b2f763d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqs-fifo-delayed-queue-dynamodb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
22

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.
44

55
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/sqs-fifo-delayed-queue-dynamodb
66

0 commit comments

Comments
 (0)