API Gateway

 0    5 flashcards    pablojakub
download mp3 print play test yourself
 
Question Answer
What is API Gateway
start learning
This is an AWS Service that can transform request and/or response headers using parameter mapping
What features API Gateway has?
start learning
API Gateway Caching, API Gateway Stage
How long API Gateway caches responses by default?
start learning
TTL is 300 seconds
Tell 4 things about API Gateway stage
start learning
Each stage has different URL, stage is reference to API state, each endpoint can be associated with different stage, we can create stage variables to control lambda functions
Use case for API Gateway
start learning
Dashboard per user data. It is not static but dynamic. And also touches multiple layers (lambda, S3, dynamoDB)

You must sign in to write a comment