Skip to main content

Deploy a Service

A Service is deployed to AWS using Infrastructure-as-Code.

Deploy Script

If you followed the Quick Start guide, then you'll be able to deploy from the root with the following script:

npm run deploy

Manually deploy with CDK

This will run cdk deploy from within the infra/ folder. If you prefer, you can run the script yourself:

cd infra
npx cdk deploy