Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.04 KB

Deploy AWS Lambda Power Tuning using the CDK

Here you find various CDK projects to deploy AWS Lambda Power Tuning using your preferred programming language.

Currently we support:

You can use these projects as a standalone or reuse it within your own CDK projects.

Prerequisites

Check also the langauge specific requirements in the respective README.

Useful commands

Run these commands from the project folders:

  • cdk bootstrap bootstrap one or more environments
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template