Please enable JavaScript.
Coggle requires JavaScript to display documents.
Serverless, Lambda Integrations, Edge Function Use Cases, API Gateway,…
-
-
-
API Gateway
-
-
Handle API versioning (v1, v2…)
Handle different environments (dev, test, prod…)
-
Create API keys, handle request throttling
-
-
-
-
-
CloudFront Functions
-
-
For high-scale, latency-sensitive CDN customizations
Sub-ms startup times, millions of requests/second
-
DynamoDB
Fully managed, highly available with replication across multiple AZs
-
Scales to massive workloads, distributed database
Millions of requests per seconds, trillions of row, 100s of TB of storage
-
-
Lambda in VPC
-
You must define the VPC ID, the
Subnets and the Security Groups
-
-
-
-
Duration
calculated from the time your code begins executing until it returns or otherwise terminates, rounded up to the nearest 1 ms
-
-
-
-
-
-
-
-
-
Default Lambda
By default, your Lambda function is launched outside your own VPC
-
-
-
-
-
-
-
-
-
-