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

Allow to customize sdk layer name #171

Closed nocquidant closed 2 years ago

nocquidant commented 2 years ago

My organization enforces naming pattern for resources. This pull request would allow me to use the cfn template as is (via sam). Thank you.

alexcasalboni commented 2 years ago

@nocquidant thanks for contributing 🙏 🎉

Happy to merge this!