Skip to the content.

AWS: API, Dynamo and Lambda

Review, Research, and Discussion

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

Document the following Vocabulary Terms

Serverless Functions it’s a code that executed directly in cloud without thinking of maintaining servers.

Cloud Storage a service that allows you to save your static data online and use them when ever you want.

CDN Content delivery network, it is a group of servers that connected together, but each one of them in different location. when a user hit a request, then the nearest server to the user’s region will response to it.

Preparation Materials

AWS API Gateway Overview

advantages of using API Gateway AWS :

dissadvantages of using API Gateway :

AWS API Gateway

AWS DynamoDB Guide

AWS DynamoDB

Dynamoose

npm install dynamoose
## External resources :