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

Replacing Parameters field with ItemSelector #201

Closed NataliaCFavero closed 1 year ago

NataliaCFavero commented 1 year ago

This PR is to replace the Parameters with ItemSelector inside to State Machine Branching, like documentation recommend to us

alexcasalboni commented 1 year ago

Thank you, @NataliaCFavero 🙏