ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

383 / 474

Question 383:

You are deploying a mobile application for an eCommerce company. They require you to change themes based on the device type. Android devices see a green theme and iOS devices see blue. You are advised to use AWS Lambda for your mobile backend deployment. How could this be achieved efficiently?

Answer options:

A.Use a REST client to pass device info to API Gateway that invokes AWS Lambda function.
B.Different environment variables for Android and iOS.
C.Use AWS Mobile SDK and use the “context” object.
D.Use the “event” object to determine which device invoked the function.