lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

add command to powertune functions #3

Closed theburningmonk closed 4 years ago

theburningmonk commented 5 years ago

steps:

  1. check if we have deployed the power tuning SAR already (we'll give the SAR app an identifiable name)
  2. if not, then deploy the power tuning SAR (do the dance of generating cloudformation template, poll, then deploy with cloudformation)
  3. run the step function against the specified function
  4. wait for execution to finish, then grab the output
  5. print the output
  6. exit, but leave the SAR around for next time
theburningmonk commented 4 years ago

:tada: This issue has been resolved in version 0.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: