0.1.12 • Published 10 months ago

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

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

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago