cdk-lambda-powertuner
Project 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)
## Differences from [aws-lambda-power-tuning](https://github.com/alexcasalboni/aws-lambda-power-tuning)
Since this uses AWS CDK to build and deploy the step function, we need to play by the rules of CDK.
The method of integrating Lambda functions as a step into your workflow via ARN has been deprecated by the team. They have chosen to support integrating via function name. For reference see [issue](https://github.com/aws/aws-cdk/issues/7709)
This means that the payloads coming back from the Lambda functions contain an extra abstraction layer of data not present in the SAR application.
To make this work without rewriting the Lambda functions so that I can always pull the latest code on every build I had to introduce adapters between the step function Lambda tasks to strip out this abstraction layer. This is their only purpose
![stepfunction flow](https://raw.githubusercontent.com/nideveloper/cdk-lambda-powertuner/master/img/stepfunctions_graph.png)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cdk-lambda-powertuner-0.2.0.tar.gz
.
File metadata
- Download URL: cdk-lambda-powertuner-0.2.0.tar.gz
- Upload date:
- Size: 478.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/36.2.7 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60f9fdae429616286b0d05cd5e9a9311dd9e7e79ddd7d43981717c38b6080af9 |
|
MD5 | d0463956507b98401d719c59ad5cd22c |
|
BLAKE2b-256 | 158dacdda63a926e5ac27830a2f66b71b29582887f06dd773e1282e298e33eb2 |
File details
Details for the file cdk_lambda_powertuner-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: cdk_lambda_powertuner-0.2.0-py3-none-any.whl
- Upload date:
- Size: 478.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/36.2.7 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01d67ff875227e71aa4afd3b427c9d4588c2f78f9a437aeddff7fffc82947c59 |
|
MD5 | fa331dbabe8ec019b6a3a50eaf480206 |
|
BLAKE2b-256 | 905a7265f494bc66535757662769015738741108754668f21db2d3fb3440df5b |