Skip to content

Commit

Permalink
serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Feb 23, 2021
1 parent d495f29 commit 7a437fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hamlet/s3support/modules/s3_age_metric/module.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Names" : "lambdaImageUrl",
"Description" : "The url to the lambda zip image",
"Types" : STRING_TYPE,
"Default" : "https://github.com/hamlet-io/lambda-s3-support/releases/download/v0.0.12/s3-age-metric.zip"
"Default" : "https://github.com/hamlet-io/lambda-s3-support/releases/download/v0.0.13/s3-age-metric.zip"
},
{
"Names" : "lambdaImageHash",
Expand Down
2 changes: 1 addition & 1 deletion s3-age-metric/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package:

custom:
pythonRequirements:
dockerizePip: non-linux
dockerizePip: always

provider:
name: aws
Expand Down

0 comments on commit 7a437fe

Please sign in to comment.