flâneur — a map of the web's best reading

Memory and computing power - AWS Lambda

docs.aws.amazon.com · 760 words · saved by 1 readers

Memory is the principal lever available to Lambda developers for controlling the performance of a function. You can configure the amount of memory allocated to a Lambda function, between 128 MB and 10,240 MB. The Lambda console defaults new functions to the smallest setting and many developers also choose 128 MB for their functions.

Configure Lambda function memory - AWS Lambda View a markdown version of this page Configure Lambda function memory - AWS Lambda Documentation AWS Lambda Developer Guide When to increase memory Using the console Using the AWS CLI Using AWS SAM Accepting function memory recommendations (console) Configure Lambda function memory Lambda allocates CPU power in proportion to the amount of memory configured. Memory is the amount of memory available to your Lambda function at runtime. You can increase or decrease the memory and CPU power allocated to your function using the Memory setting. You can co

Explore this link on the map →

related reading