Skip to content

Commit 2cfeafb

Browse files
authored
Update sqs-fifo-delayed-queue-dynamodb.json
1 parent 4581db4 commit 2cfeafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqs-fifo-delayed-queue-dynamodb/sqs-fifo-delayed-queue-dynamodb.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"title": "Amazon SQS FIFO Queue with controlled delay",
3-
"description": "Amazon SQS FIFO Queue with delay using AWS Lambda and Amazon DynamoDB",
2+
"title": "Amazon SQS FIFO queue with controlled delay",
3+
"description": "Amazon SQS FIFO queue with delay using AWS Lambda and Amazon DynamoDB",
44
"language": "Python",
55
"level": "200",
66
"framework": "CDK",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
10-
"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."
10+
"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."
1111
]
1212
},
1313
"gitHub": {

0 commit comments

Comments
 (0)