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/example-pattern.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
{
2
-
"title": "Amazon SQS FIFO Queue with controlled delay",
3
-
"description": "Amazon SQS FIFO Queue with delay using AWS Lambda and AWS DynamoDB",
2
+
"title": "Amazon SQS FIFO queue with controlled delay",
3
+
"description": "Amazon SQS FIFO queue with delay using AWS Lambda and Amazon DynamoDB",
4
4
"language": "Python",
5
5
"level": "200",
6
6
"framework": "CDK",
7
7
"introBox": {
8
8
"headline": "How it works",
9
9
"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."
0 commit comments