decdk

v1.47.1
Declarative CDK: a CloudFormation-like syntax for defining CDK stacks
aws cdk

test

jest

build

node ./deps.js && tsc -b && chmod +x bin/decdk && chmod +x bin/decdk-schema && bin/decdk-schema > cdk.schema.json

watch

tsc -b -w

package

mkdir -p dist/js && cd dist/js && npm pack ../../

build+test

npm run build && npm test

build+test+package

npm run build+test && npm run package

Metadata

  • Apache-2.0
  • >= 8.10.0
  • Amazon Web Services
  • released 6/30/2020

Downloads