Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer minimize resource management when deploying a REST API using Amazon API Gateway and AWS Lambda across development, test, and production environments?
A
Deploy separate API Gateways and Lambda functions for each environment within the same Region.
B
Deploy API Gateway and Lambda in different Regions for each environment.
C
Use a single API Gateway with multiple stages for each environment and a single Lambda function with aliases for different versions.
D
Utilize a single API Gateway and Lambda function, identifying environments through a REST parameter.