Skip to content

sigdotcom/mstacm-cdk

Repository files navigation

ACM Web AWS CDK

This is responsible for creating resources in various AWS Accounts (API, Data stores, auth, etc)

Getting Started

First-time setup

Set alias

  • Windows: doskey cdk=npx aws-cdk $*
  • macOS/Linux: alias cdk="npx aws-cdk"

Clone GitHub Repository

  • git clone git@github.com:sigdotcom/mstacm-cdk.git

Setup AWS enviroment

  • aws configure sso AWS CLI Wizard for setting credentials for your ACM AWS account
  • npm run bootstrap Setup your AWS account with initial resources for CDK deployment
  • npm run deploy Compile TypeScript code to JS, synthesizes CloudFormation template, deploy this stack to AWS account

After first-time setup

Bootstraping and authentication is a one time step, only need to run the deploy command from here on out:

  • npm run deploy Compile TypeScript code to JS, synthesizes CloudFormation template, deploy this stack to AWS account

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors