Get startedGet started for free

Pick the right runtime configuration

Your checkout API has three environments: dev, staging, and prod. Each environment calls a different Lambda alias (dev, staging, prod) and reads from a different DynamoDB table (Orders-dev, Orders-staging, Orders-prod).

You want to deploy the same API definition to all three environments without rebuilding or modifying any code. What is the best approach?

This exercise is part of the course

Automating Deployments on AWS

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise