Skip to content

Commit 10ed96b

Browse files
authored
Add missing curly brace in SQS event
1 parent d1136cf commit 10ed96b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc_source/eventsources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ The following is a list of example events published by the supported AWS service
529529
**Amazon SQS Event** <a name="eventsources-sqs"></a>
530530

531531
```
532+
{
532533
"Records": [
533534
{
534535
"messageId": "c80e8021-a70a-42c7-a470-796e1186f753",
@@ -674,4 +675,4 @@ The following is a list of example events published by the supported AWS service
674675
}
675676
]
676677
}
677-
```
678+
```

0 commit comments

Comments
 (0)