Skip to content

Commit 13a4933

Browse files
fix: question374 question in answer (closes #51)
1 parent b55997e commit 13a4933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3993,7 +3993,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
39933993

39943994
### A Developer must trigger an AWS Lambda function based on the item lifecycle activity in an Amazon DynamoDB table. How can the Developer create the solution?
39953995

3996-
- [ ] A Developer must trigger an AWS Lambda function based on the item lifecycle activity in an Amazon DynamoDB table. How can the Developer create the solution?
3996+
- [ ] Enable a DynamoDB stream that publishes an Amazon SNS message. Trigger the Lambda function synchronously from the SNS message.
39973997
- [ ] Enable a DynamoDB stream that publishes an SNS message. Trigger the Lambda function asynchronously from the SNS message.
39983998
- [x] Enable a DynamoDB stream, and trigger the Lambda function synchronously from the stream.
39993999
- [ ] Enable a DynamoDB stream, and trigger the Lambda function asynchronously from the stream.

0 commit comments

Comments
 (0)