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? A. Change the StreamViewType parameter value to NEW_AND_OLD_IMAGES for the DynamoDB table. B. Configure event source mapping for the Lambda function. C. Map an Amazon Simple Notification Service (Amazon SNS) topic to the DynamoDB streams. D. Increase the maximum runtime (timeout) setting of the Lambda function.  Suggested Answer: B Community Answer: B This question is in DVA-C02 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer