Skip to content

Commit

Permalink
Update lambda-bucket-cleanup version (#1264)
Browse files Browse the repository at this point in the history
Version 1.0.3 includes an update from python 3.8 to python 3.11

depends on Sage-Bionetworks-IT/lambda-sc-bucket-cleanup#13
  • Loading branch information
zaro0508 authored Oct 24, 2024
1 parent 34766dd commit c86cddf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sceptre/scipool/config/bmgfki/lambda-bucket-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.2/lambda-sc-bucket-cleanup.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.3/lambda-sc-bucket-cleanup.yaml
stack_name: lambda-sc-bucket-cleanup
parameters:
EnableSchedule: "true"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/develop/lambda-bucket-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.2/lambda-sc-bucket-cleanup.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.3/lambda-sc-bucket-cleanup.yaml
stack_name: lambda-sc-bucket-cleanup
parameters:
ArchivedPeriod: "2"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/prod/lambda-bucket-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.2/lambda-sc-bucket-cleanup.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.3/lambda-sc-bucket-cleanup.yaml
stack_name: lambda-sc-bucket-cleanup
parameters:
EnableSchedule: "true"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/strides/lambda-bucket-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.2/lambda-sc-bucket-cleanup.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-sc-bucket-cleanup/1.0.3/lambda-sc-bucket-cleanup.yaml
stack_name: lambda-sc-bucket-cleanup
parameters:
EnableSchedule: "true"
Expand Down

0 comments on commit c86cddf

Please sign in to comment.