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/
-
Install NodeJs [https://nodejs.org/en]
-
Install git (Windows only) [https://git-scm.com/]
-
Install AWS CLI [https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html]
-
npm install -g typescriptInstall TypeScript globally -
npm install -g aws-cdkInstall AWS CDK Toolkit (cdk cli)
- Windows:
doskey cdk=npx aws-cdk $* - macOS/Linux:
alias cdk="npx aws-cdk"
git clone [email protected]:sigdotcom/camt-research-cdk.git
aws configure ssoAWS CLI Wizard for setting credentials for your ACM AWS accountnpm run bootstrapSetup your AWS account with initial resources for CDK deploymentnpm run deployCompile TypeScript code to JS, synthesizes CloudFormation template, deploy this stack to AWS account
Bootstraping and authentication is a one time step, only need to run the deploy command from here on out:
npm run deployCompile TypeScript code to JS, synthesizes CloudFormation template, deploy this stack to AWS account