reading-notes

AWS: API, Dynamo and Lambda

AWS API Gateway Overview

1. What is Amazon API Gateway?

It’s a service to define HTTP endpoints to handle REST and WebSocket APIs, as well as auth, acl, and more.

2. Why is Amazon API Gateway an important part of the Serverless ecosystem?

It integrates with other AWS services, like Lambda, SNS, IAM, and is able to directly trigger a serverless function from HTTP requests.

3. How does API Gateway integrate with other AWS services?

AWS API Gateway

1. What are the some benefits of using Amazon API Gateway?

2. What two API types might you choose from?

AWS DynamoDB Guide

1. What is DynamoDB?

DynamoDB is a NoSQL database offered by AWS.

2. Under what circumstances would you recommend DynamoDB over MongoDB?

If you aren’t working with complex queries or storing large data, then MongoDB is unnecessary, and DynamoDB is good enough.

AWS DynamoDB

1. Explain to a non-technical friend how DynamoDB works.

DynamoDB works by accepting data in whatever format you choose, and then storing it in a database managed by Amazon.

Dynamoose

1. What is Dynamoose?

It’s a tool for formatting data for use with DynamoDB. It’s heavily inspired by Mongoose.

2. What are some key features of Dynamoose?

Things I Want To Know More About

In-class notes

DynamoDB - another Document Based Database

Previous Reading

Next Reading