At a high level, what is API Gateway?
Fully managed API service
Think “front door” for your backend applications
Does API Gateway have cacheing capabilities?
Yes
How can you scale API Gateway?
API Gateway scales automatically
What does CORS stand for?
Cross-Origin Resource Sharing
You see “Origin Policy cannot be read at the remote resource”.
What should you think?
Enable CORS on API Gateway
Who enforces CORS rules?
The Client