0.1.12 • Published 6 months ago

@gsa-tts/forms-infra-aws-cdk v0.1.12

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

forms-infra-aws-cdk

This package implements an AWS CDK project, including a build process to compile a Cloudformation template.

Commands

Build

Before creating or updating a stack, you must first build the stack.

pnpm build

Create stack

#forms-apply-stack -r <region> -e <environment-identifier>
cd node_modules/@gsa-tts/forms-infra-aws-cdk
pnpm cdk deploy \
  --ci FormsPlatformStack \
  --parameters "tagOrDigest=${TAG_OR_DIGEST}" \
  --parameters "environment=${ENVIRONMENT}" \
  --parameters "repositoryName=${REPO_NAME}"

Deploy

To deploy a new image, you must publish to ECR.

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago