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.5k stars 379 forks source link

fix(docs): update the typescript deploy commands #256

Closed lsampras closed 3 months ago

lsampras commented 3 months ago

The typesscript readme instructions for deploying the stack seems to be missing a word

alexcasalboni commented 3 months ago

Thanks 🙏