Skip to content

Commit 669777d

Browse files
harrisonhjonesbmoffatt
authored andcommitted
Add missing } to DynamoDB event example
1 parent 8c93d3b commit 669777d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

events/README_DynamoDB.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func handleRequest(ctx context.Context, e events.DynamoDBEvent) {
2222
}
2323
}
2424
}
25+
}
2526
```
2627

2728
# Reading attribute values

0 commit comments

Comments
 (0)