slic-starter
Version:
A complete serverless starter application
15 lines (11 loc) • 390 B
Markdown
# SLIC Starter CI/CD
```
npm run cdk -- bootstrap $AWS_ACCOUNT_ID/eu-west-1
npm run deploy
```
# Useful commands
- `npm run build` compile typescript to js
- `npm run watch` watch for changes and compile
- `cdk deploy` deploy this stack to your default AWS account/region
- `cdk diff` compare deployed stack with current state
- `cdk synth` emits the synthesized CloudFormation template