Skip to content

Developer Guide

Alvyn Duy-Khoi Le edited this page Jan 3, 2022 · 4 revisions

Functionally testing the CDK construct

This CDK library is slightly special. It holds an app used to test the construct in the test directory.

Commands:

  • nom run build, builds the test application defined under test
  • npm run cdk ls, get the stack name
  • npm run cdk deploy TestBillingAlarmStack

Releasing a version to package managers

  • PR & merge
  • git tag <tag name/version>
  • git push origin <tag name/version>
Clone this wiki locally