Overview
- Serverless, API Gateway
- 2 Types of APIs
- REST API
- HTTP API
REST API
Stage
- Stage variables = environment variables associated to a stage 🎓
- Use cases
- With HTTP integration, send request to different URLs (dev, prod, beta, etc.)
http://${stageVariables.url}
whereurl = beta.myapi.com
- Use cases
AWS Geek Infographics
