ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

134 / 474

Question 134:

You have an application that is hosted on an EC2 Instance. This application is part of a custom domain www.demo.com. The application has been changed to make calls to the API gateway. But the browser is not rendering the responses and Javascript errors are being seen in the developer console. What must be done to ensure that this issue can be resolved?

Answer options:

A.Make the application call a Lambda function instead.
B.There is an issue with the stage defined on the API gateway, hence define a new stage.
C.Make use of Cognito user pools.
D.Enable CORS for the API gateway.