Q78 — AWS DVA-C02 Ch.1

Question 78 of 100 | ← Chapter 1

A developer plans to build a REST API using Amazon API Gateway and AWS Lambda. The developer needs to manage multiple environments: development, testing, and production. How should the application be deployed to minimize the number of managed resources?

Correct Answer: C. Create one API Gateway with multiple stages and one Lambda function with multiple aliases.

Explanation

https://aws.amazon.com/blogs/compute/using-api-gateway-stage-variables-to-manage-lambda-functions/