Skip to content

Commit

Permalink
Change deployment method to direct (#868)
Browse files Browse the repository at this point in the history
* Change deployment method to `direct`

* Create loud-kiwis-mate.md
  • Loading branch information
samchungy authored May 20, 2022
1 parent 41da10e commit 8d8aec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-kiwis-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

template/lambda-sqs-worker: Change deployment method to `direct`
1 change: 1 addition & 0 deletions template/lambda-sqs-worker/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ provider:
region: ap-southeast-2
runtime: nodejs16.x
architecture: arm64
deploymentMethod: direct
stackName: ${self:service}
stage: ${env:ENVIRONMENT}
deploymentBucket:
Expand Down

0 comments on commit 8d8aec0

Please sign in to comment.