Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.58 KB

Center for Aerospace Manufacturing Technologies (CAMT) AWS CDK

The Center for Aerospace Manufacturing Technologies (CAMT) was established in May 2004 by the Missouri University Of Science and Technology (Missouri S&T) in partnership with The Air Force Research Labs and Boeing Research and Technology. It serves as a U.S. center of excellence for the development and transition of innovative advanced technologies for the aerospace manufacturing supply chain.

Learn more at https://camt.mst.edu/

Getting Started

First-time setup

Set alias

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

Clone GitHub Repository

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