Posts
-
Does the amount of memory for an AWS Lambda function affect REST calls made to third parties?
For those on a budget, decreasing the cost of each AWS Lambda execution is key. For novices, this is done by leaving functions at the minimum 128MB of memory. However, increasing the amount of memory a function has allocated to it also increases the amount of cpu allocated to it. This makes a function run faster, even if it’s not being limited by memory. The increase in cpu has a linear relationship with the memory allocated, causing the execution to cost the same no matter the memory. Read more
-
僕の新しいブログ
こんにちはみんなさん!ブルマ・イーサンです。 Read more