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
- yarn
- pnpm
npm run deploy
yarn deploy
pnpm 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:
- npm
- yarn
- pnpm
cd infra
npx cdk deploy
cd infra
npx cdk deploy
cd infra
pnpm cdk deploy