
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
As a developer working on AWS Lambda functions that are triggered by Amazon API Gateway, you are tasked with testing new API versions in a controlled manner by directing a limited amount of traffic to these new versions without disrupting the existing API traffic.
Which of the following features will allow you to achieve this?
As a developer working on AWS Lambda functions that are triggered by Amazon API Gateway, you are tasked with testing new API versions in a controlled manner by directing a limited amount of traffic to these new versions without disrupting the existing API traffic.
Which of the following features will allow you to achieve this?
Explanation:
Overall explanation Correct option:
Canary Deployment
In a canary release deployment, total API traffic is separated at random into a production release and a canary release with a preconfigured ratio. Typically, the canary release receives a small percentage of API traffic and the production release takes up the rest. The updated API features are only visible to API traffic through the canary. You can adjust the canary traffic percentage to optimize test coverage or performance.