
Ultimate access to all questions.
A developer has created an AWS Lambda function with the necessary permissions for execution. Despite enabling Amazon DynamoDB streams on the table, the Lambda function is not being triggered by updates. What configuration is required to enable the Lambda function to be invoked by DynamoDB table updates?
A
Modify the DynamoDB table's StreamViewType parameter.
B
Set up event source mapping for the Lambda function.
C
Integrate a notification service with DynamoDB streams.
D
Extend the Lambda function's maximum runtime setting.