A developer is building an event-driven application by using AWS Lambda and Amazon EventBridge. The Lambda function needs to push events to an EventBridge event bus. The developer uses an SDK to run the PutEvents EventBridge action and specifies no credentials in the code. After deploying the Lambda function, the developer notices that the function is failing and there are AccessDeniedException errors in the logs. How should the developer resolve this issue? A. Configure a VPC peering connection between the Lambda function and EventBridge. B. Modify their AWS credentials to include permissions for the PutEvents EventBridge action. C. Modify the Lambda function execution role to include permissions for the PutEvents EventBridge action. D. Add a resource-based policy to the Lambda function to include permissions for the PutEvents EventBridge action.  Suggested Answer: C 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