Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 822 Bytes

File metadata and controls

23 lines (13 loc) · 822 Bytes

How to deploy the AWS Lambda Power Tuning using the CDK for TypeScript

This CDK project deploys AWS Lambda Power Tuning using TypeScript.

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

CDK Prerequisites

See here.

Language specific prerequisites

Building, testing, and deploying the app

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npm run cdk deploy deploy this stack to your default AWS account/region