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.27k stars 362 forks source link

Externalize ASL as JSON file #246

Closed andrestoll closed 2 months ago

andrestoll commented 2 months ago

Externalized the ASL definition for the statemachine to a separate JSON file

alexcasalboni commented 2 months ago

Amazing 🚀 🎉

And it looks like this is already compatible with the Terraform version of the state machine definition too 👌