0.2.19 • Published 1 year ago

@tts-cdk/build-pipelines v0.2.19

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

CDK (Code) Pipeline Constructs

Pipeline Constructs

MultiDeployCodePipeline Status badge

A CodePipeline for conveniently deploy across multiple stages, multiple accounts and multiple regions.

Support for:

  • Status badge Deployment Stages and Targets from different sources (SSM parameters, AWS Organization)
  • Status badge Additional Triggers, e.g. if an SSM parameter changes
  • Status badge Idempotent Stack deployment (similar to StackSets)
  • Status badge Auto Approve/Reject of manual approval actions based on git-tags or conventional commits

PackerBuildPipeline Status badge

A MultiDeployCdkPipeline for creating and distributing EC2 Machine Images (AMIs) across multiple accounts and regions. AMI Ids are stored in SSM parameters, similar to AWS's public parameters for Amazon Linux.

BuildSpecPipeline Status badge

A convenience Pipeline intented to perform an arbitrary build tasks described in an AWS CodeBuild Buildspec file.

The Buildspec file can either be provided as an object using the property buildspec or a path to a project file using the property buildSpecFile or if none is provided as a property, the construct tries to read the Buildspec from the file buildspec.yml located in the project root directory.

BuildSpecPipeline allows you to simplify access to AWS CodeArtifact by adding a non-standard property to the env node called code-artifact. If this property is present, BuildSpecPipeline will add all commands to automatically login to AWS CodeArtifact repositories. You don't have to add those commands as part of the build stage. Currently, only pip and npm repositories are supported.

BuildSpecPipeline has the following restrictions:

  • Only AWS CodeCommit repositories are supported.
  • Deployments have to be scripted as part of the BuildSpec
  • No Self-Mutate
0.2.19

1 year ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.7

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.29

4 years ago

0.1.28

4 years ago

0.1.27

4 years ago

0.1.26

4 years ago

0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.6

4 years ago