Topic 1 Question 185
A developer has been asked to create an AWS Lambda function that is invoked any time updates are made to items in an Amazon DynamoDB table. The function has been created, and appropriate permissions have been added to the Lambda execution role. Amazon DynamoDB streams have been enabled for the table, but the function is still not being invoked.
Which option would enable DynamoDB table updates to invoke the Lambda function?
Change the StreamViewType parameter value to NEW_AND_OLD_IMAGES for the DynamoDB table.
Configure event source mapping for the Lambda function.
Map an Amazon Simple Notification Service (Amazon SNS) topic to the DynamoDB streams.
Increase the maximum runtime (timeout) setting of the Lambda function.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B👍 2Digo30sp2023/10/06
- 正解だと思う選択肢: B
B is the only option that makes sense here
👍 2dilleman2023/10/11
シャッフルモード