Skip to content

Commit

Permalink
fix CDK worker template (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
damienung1 and 72636c authored May 3, 2021
1 parent bc0d95d commit 94f3c4d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-bats-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**template/lambda-sqs-worker-cdk:** Trim CDK deployment output
5 changes: 5 additions & 0 deletions .changeset/seven-hotels-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**template/lambda-sqs-worker-cdk:** Fix npm token in Buildkite pipeline
6 changes: 3 additions & 3 deletions template/lambda-sqs-worker-cdk/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ prod-agent: &prod-agent
plugins: &plugins #alias for shared plugins
seek-oss/aws-sm#v2.3.1:
env:
NPM_TOKEN: 'arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token'
NPM_READ_TOKEN: 'arn:aws:secretsmanager:ap-southeast-2:987872074697:secret:npm/npm-read-token'
docker#v3.8.0:
volumes:
- /workdir/node_modules
- /workdir/lib
environment:
- NPM_TOKEN
- NPM_READ_TOKEN
seek-oss/docker-ecr-cache#v1.9.0:
build-args:
- NPM_TOKEN
- NPM_READ_TOKEN
cache-on:
- package.json
- yarn.lock
Expand Down
3 changes: 2 additions & 1 deletion template/lambda-sqs-worker-cdk/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"SOMETHING": "prod"
}
}
}
},
"progress": "events"
}
}

0 comments on commit 94f3c4d

Please sign in to comment.