Skip to content

Commit

Permalink
Lock Serverless lambdaHashingVersion (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jan 26, 2021
1 parent 0774f98 commit d7aca2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/tricky-pens-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'skuba': patch
---

**template/lambda-sqs-worker:** Lock Serverless `lambdaHashingVersion`

This gets rid of the following warning when deploying:

```text
Deprecation warning: Starting with next major version, default value of provider.lambdaHashingVersion will be equal to "20201221"
More Info: https://www.serverless.com/framework/docs/deprecations/#LAMBDA_HASHING_VERSION_V2
```
1 change: 1 addition & 0 deletions template/lambda-sqs-worker/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ plugins:
- serverless-prune-plugin

provider:
lambdaHashingVersion: 20201221
logRetentionInDays: 30
name: aws
region: ap-southeast-2
Expand Down

0 comments on commit d7aca2a

Please sign in to comment.