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.29k stars 363 forks source link

Resolving issue with region being passed into a module that doesn't expect it #164

Closed andy-kay-and closed 2 years ago

andy-kay-and commented 2 years ago

It's been reported to me that the region is still set in the calling module but it's been removed from the main module. This PR fixes that issue

andy-kay-and commented 2 years ago

Also changed the account number in the variables back to a generic fake

alexcasalboni commented 2 years ago

Thanks 🙏 I totally missed that!

Merging now 🚀