/canstructs

Primary LanguageTypeScriptMIT LicenseMIT

Introduction

Reusable CDK Constructs...

Development

all packages are under /packages

Building

To build all packages, run npm run build from the root canstructs folder.

Bumping Version

ensure you have committed everything that will go into this new version.

run npm run version

Publishing

Make sure you have (1) built the project and (2) pushed a new version to github.

run npm run publish