Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 679 Bytes

How to deploy AWS Lambda Power Tuning using the CDK for C#

This CDK project deploys AWS Lambda Power Tuning using C#.

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

  • dotnet build compile this app
  • dotnet test test this app
  • cdk deploy deploy this app