A developer has created an AWS Lambda function that is written in Python. The Lambda function reads data from objects in Amazon S3 and writes data to an Amazon DynamoDB table. The function is successfully invoked from an S3 event notification when an object is created. However, the function fails when it attempts to write to the DynamoDB table. What is the MOST likely cause of this issue? A. The Lambda function's concurrency limit has been exceeded. B. DynamoDB table requires a global secondary index (GSI) to support writes. C. The Lambda function does not have IAM permissions to write to DynamoDB. D. The DynamoDB table is not running in the same Availability Zone as the Lambda function.  Suggested Answer: D Community Answer: C 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