What is API Gateway
What are its 6 key features?
What are 3 common use cases for API gateway?
Web App
IoT Device
Mobile App
In API Gateway, Can you have multiple versions of your API?
Yes
How you would define a RESTful API with API Gateway
Expose HTTPS endpoints
What are the 5 key features of API Gateway?
In API Gateway, Where are APIs deployed to?
Stages
In API Gateway, Anytime you change your API, what action must you take?
Deploy It
What can you select as Integration type with an API Gateway?
5 elements
How can you both reduce the number of API calls, and improve latency of API Gateway?
Enable caching
In API Gateway, Where is CORS enforced?
The client
CORS is always enforced by the client.
In API Gateway, Same Origin Policies can help prevent this kind of attacks…
XSS attacks