Metadata-Version: 1.2
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
Description: # 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)
        
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
