Skip to content

Commit

Permalink
fix: update s3age lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Feb 23, 2021
1 parent dca4716 commit b0a0ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hamlet/s3support/modules/s3_age_metric/module.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"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.16/s3-age-metric.zip"
"Default" : "https://github.com/hamlet-io/lambda-s3-support/releases/download/v0.0.17/s3-age-metric.zip"
},
{
"Names" : "lambdaImageHash",
"Description" : "The sha1 hash of the lambda zip image",
"Types" : STRING_TYPE,
"Default" : "f7e70ac8565b0a2b8bc094e4e356b6675d35c946"
"Default" : "8f009259d9b13aee9854bd456d2c9ba76d6315c0"
}
]
/]
Expand Down

0 comments on commit b0a0ec9

Please sign in to comment.