alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Apache License 2.0
5.41k stars 373 forks source link

docs: warn default memory size limit for new aws user #181

Closed clementmarcilhacy closed 1 year ago

clementmarcilhacy commented 1 year ago

We spent 2 hours investigating why we had the following error:

'MemorySize' value failed to satisfy constraint: Member must have value less than or equal to 3008

I think this update in the documentation would save time to future developers facing this error.

alexcasalboni commented 1 year ago

Thank you, @clementmarcilhacy 🙏