buildkite / templates

Buildkite pipeline templates
https://buildkite.com/pipelines/templates
MIT License
2 stars 1 forks source link

Add AWS CDK template (using javascript) #79

Closed dannymidnight closed 5 months ago

dannymidnight commented 5 months ago

This drops in a new IaC template using CDK, similar to the Terraform & Pulumi workflows.

  1. Installs npm dep for subsequent steps
  2. Runs cdk synth inside node docker environment
  3. Block
  4. Runs cdk deploy inside node docker environment

e.g.

Screenshot 2024-03-14 at 11 05 42 am

TODO: