0.1.12 • Published 8 months ago

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

Weekly downloads
-
License
-
Repository
-
Last release
8 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

8 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago