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?
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Automating Deployments on AWS
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง
เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา
เริ่มแบบฝึกหัด