AWS Certified Developer Exam Notes – Lambda
Lambda Serverless. Limited by time – short executions Does not run continuously. Runs on-demand. Pay for the number of requests and compute time. Free tier of 1m Lambda requests Limits Memory: 128MB – 10GB Max execution time: 15 minutes Env variables 4KB Concurrency 1000 executions for all (can be increased with AWS request) Deployment 50MB Read more about AWS Certified Developer Exam Notes – Lambda[…]