
Answer-first summary for fast verification
Answer: Canary Deployment
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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?
A
Custom Authorizers
B
Canary Deployment
C
Stage Variables
D
Mapping Templates