Operations | Monitoring | ITSM | DevOps | Cloud

July 2023

Lower Your AWS Lambda Bill by Increasing Memory Size- yep!

Lambda allows you to allocate memory for your functions in increments of 1 MB, ranging from a minimum of 128 MB to a maximum of 10,240 MB (10 GB). When we specify the memory size for a Lambda function, AWS will allocate CPU proportionally. For example, a 256 MB function will receive twice the processing power of a 128 MB function.