Reading Notes for Day 18 of 401:
AWS: API, Dynamo and Lambda
AWS API Gateway Overview
-
What is Amazon API Gateway?
- Why is Amazon API Gateway an important part of the Serverless ecosystem?
- How does API Gateway integrate with other AWS services?
AWS API Gateway
- What are the some benefits of using Amazon API Gateway?
- What two API types might you choose from?
AWS DynamoDB Guide
-
What is DynamoDB? It’s a nosql database.
-
Under what circumstances would you recommend DynamoDB over MongoDB? When your application is resident on AWS
AWS DynamoDB
- Explain to a non-technical friend how DynamoDB works.
It stores information.
Dynamoose
-
What is Dynamoose? the AWS equivalent to Mongoose. It’s middleware that communicates with DynamoDB
-
What are some key features of Dynamoose?