Metadata-Version: 2.1
Name: cdk-lambda-powertuner
Version: 0.1.0
Summary: cdk-lambda-powertuner
Home-page: https://github.com/nideveloper/cdk-lambda-powertuner.git
Author: hello@cdkpatterns.com
Author-email: UNKNOWN
License: Apache-2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Requires-Dist: jsii (<2.0.0,>=1.5.0)
Requires-Dist: publication (>=0.0.3)
Requires-Dist: aws-cdk.aws-iam (<2.0.0,>=1.37.0)
Requires-Dist: aws-cdk.aws-lambda (<2.0.0,>=1.37.0)
Requires-Dist: aws-cdk.aws-stepfunctions (<2.0.0,>=1.37.0)
Requires-Dist: aws-cdk.aws-stepfunctions-tasks (<2.0.0,>=1.37.0)
Requires-Dist: aws-cdk.core (<2.0.0,>=1.37.0)
Requires-Dist: constructs (>=0.0.0)

# CDK Lambda Power Tuner

This is simply a CDK wrapper for the SAM/SAR application - [aws-lambda-power-tuning](https://github.com/alexcasalboni/aws-lambda-power-tuning)

> Note this is an alpha module, it needs thoroughly tested before being production recommended

All of the lambda logic is cloned on build from that source repo with only the stepfunction definition being defined in this project.

This enables you to now do this:

![snippet](https://raw.githubusercontent.com/nideveloper/cdk-lambda-powertuner/master/img/snippet.png)

## Deploying the state machine

Import it into any CDK stack and then `cdk deploy`

## Running The Tuner

This is the same as [here](https://github.com/alexcasalboni/aws-lambda-power-tuning#how-to-execute-the-state-machine-web-console)


