Home

Awesome

deploying dseqr app

clone the repo and update cdk.context.json to reflect your domain name, associated zone id, and ssh key name. Then run:

# install npm packages
npm install

# deploy app, skipping IAM review
cdk deploy DseqrAsgStack --require-approval=never

Wait 10 minutes, navigate to yourdomain.com, and you should have:

no one using it?

# delete all resources :(
cdk destroy --all

Notes: