Bird
0
0

If you deploy a new API version to the 'dev' stage, what will clients using that stage see?

medium📝 Predict Output Q5 of 15
AWS - API Gateway
If you deploy a new API version to the 'dev' stage, what will clients using that stage see?
AThey will access the updated API version immediately
BThey will continue using the old API version until manually refreshed
CThey will get an error until the stage is recreated
DThey will be redirected to the 'prod' stage
Step-by-Step Solution
Solution:
  1. Step 1: Understand stage deployment effect

    Deploying to a stage updates the API version that clients access immediately through that stage.
  2. Step 2: Rule out other options

    Clients do not need manual refresh, errors do not occur, and redirection to other stages does not happen automatically.
  3. Final Answer:

    They will access the updated API version immediately -> Option A
  4. Quick Check:

    Stage deployment updates API for clients instantly [OK]
Quick Trick: Clients see new API version right after deploy [OK]
Common Mistakes:
  • Thinking clients need manual refresh
  • Assuming errors occur after deploy
  • Confusing stage redirection

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes