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