reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

AWS: S3 and Lambda

What are serverless functions?

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

Lambda creates a Node.js function and an execution role that grants the function permission to upload logs. The Lambda function assumes the execution role when you invoke your function, and uses the execution role to create credentials for the AWS SDK and to read data from event sources.

Describe how a CDN works


Terms


AWS API Gateway

API Types

  1. RESTful APIs: build RESTful APIs optimized for serverless workloads and HTTP backends using HTTP APIs.

  2. WEBSOCKET APIs: build real-time two-way communication applications, such as chat apps and streaming dashboards, with WebSocket APIs. API Gateway maintains a persistent connection to handle message transfer between your backend service and your clients.

AWS DynamoDB Guide

What is DynamoDB?

AWS DynamoDB

Dynamoose

Key Features


References:

@By Anna Fitzgerald/Serverless Functions: Your Website’s New Best Friend

@By AWS/Create a Lambda function with the console

@By Akamai Technologies/Content Delivery Networks — What is a CDN?