How to: optimize Lambda memory size during CI/CD pipeline
Lambda invocations are charged in 100ms blocks of execution time. But the cost per 100ms of execution time depends on how much memory you allocate to the function. The higher the memory, the more CPU cycles and network bandwidth, but the higher the cost as well. One of the simplest and most efficient cost optimization …
How to: optimize Lambda memory size during CI/CD pipeline Read More »