API Gateway
API gateway endpoint types
API gateway auth
API gateway deployment stages
API gateway integration types
api gateway throttling
API Gateway CORS
rest vs http
REST APIs support more features than HTTP APIs, while HTTP APIs are designed with minimal features so that they can be offered at a lower price. Choose REST APIs if you need features such as API keys, per-client throttling, request validation, AWS WAF integration, or private API endpoints.
Promoting test stage to prod stage
Update stage variable value from the stage name of test to that of prod (because stage name is included in url) or redeploying the API to the prod stage