Reading-Notes

Class 18 Summary :

AWS: API, Dynamo and Lambda :

What are serverless functions?

If you were to create a system that emulated Lambda functions, how would you do it?

Describe how a CDN works :

image1

Document the following Vocabulary Terms :

Term  
Serverless Functions is a programmatic function written by a software developer for a single purpose. It’s then hosted and maintained on infrastructure by cloud computing companies.
Cloud Storage Object storage for companies of all sizes. Store any amount of data. Retrieve it as often as you’d like.
CDN (Content Delivery Network) is a highly-distributed platform of servers that helps minimize delays in loading web page content by reducing the physical distance between the server and the user.

Amazon API Gateway :

API Types :

  1. RESTful APIs
  2. WEBSOCKET APIs

image2

What is DynamoDB?

Dynamoose :

image3

Sources :

source1 source2 source3 source4 source5 source6 source7