/wing-cdk

Creating CDK apps with Wing

Primary LanguageCWeb

wing-cdk

Using Wing to author AWS apps and deploy to CloudFormation via CDK.

Prerequisites

Install dependencies

npm install

Run locally

Start the Wing Console:

npm start

Wing Console

Test Wing app

npm test

Build Wing app

npm run build

* Compiles the Wing app to an AWS CloudFormation stack

Deploy Wing app

npm run deploy

* Uses the AWS CDK Toolkit to deploy the Wing app to AWS

Resources