Skip to content

Commit

Permalink
Fix lambda-sqs-worker-cdk template (#695)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Chung <[email protected]>
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2021
1 parent 365812c commit ac21029
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-pets-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"skuba": patch
---

template/lambda-sqs-worker-cdk: Fix docker-compose volume mount and deploy output
1 change: 1 addition & 0 deletions template/lambda-sqs-worker-cdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ services:
- /usr/bin/buildkite-agent:/usr/bin/buildkite-agent
# Mount cached dependencies.
- /workdir/node_modules
- /workdir/lib/node_modules
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"private": true,
"scripts": {
"build": "skuba build",
"deploy": "cdk deploy appStack --require-approval never --context stage=${ENVIRONMENT}",
"deploy": "cdk deploy appStack --require-approval never --context stage=${ENVIRONMENT} --progress events",
"format": "skuba format",
"lint": "skuba lint",
"package": "yarn install --ignore-optional --ignore-scripts --modules-folder ./lib/node_modules --non-interactive --offline --production",
Expand Down

0 comments on commit ac21029

Please sign in to comment.