Please enable JavaScript.
Coggle requires JavaScript to display documents.
19.214:AWS Lambda - Coggle Diagram
19.214:AWS Lambda
Benefits
Pay per request and compute time
Free tier of 1.000.000 request and 400.000GB compute time
Integrate with AWS Suite of services and many programing language
Easy monitor through CloudWatch
Easy to get more resource per function (up to 10GB RAM)
Increase RAM will increase CPU and network!
Features
Virtual
functions
- no servers to manage
Limited by time -
short execution
Run
on-demand
Scaling is automated
Limitation per region
Execution
Mem allocation: 128MB - 10GB
Max execute time: 900 secs
Env variable: 4KB
Disk capacity in the "function container" (in /tmp): 512MB to 10GB
Concurrency executions: 1000+
Deployment
deploy function size (zip): 50MB
Size of uncompress deployment: 250MB
Can use /tmp folder to load other files at startup
Env variable: 4KB