This is a project for TypeScript development with CDK.
The cdk.json
file tells the CDK Toolkit how to execute your app.
Use these commands in sequence to run the app:
- install npm
- install pnpm ( npm install -g pnpm)
- install cdk cli (npm install -g cdk)
- pnpm build
- cdk deploy ( This assumes you have your aws cli configured )
- In the outputs navigate to the loadbalancer dns.
- change the url to /mediawiki
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template