Skip to content

Commit

Permalink
Update cfn-s3objects-macro lambda
Browse files Browse the repository at this point in the history
Update the lambda to use python 3.11

depends on Sage-Bionetworks-IT/cfn-s3objects-macro#18
  • Loading branch information
zaro0508 committed Oct 23, 2024
1 parent 0366d59 commit a1e274b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sceptre/admincentral/config/prod/cfn-s3objects-macro.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/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml"
url: "https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml"
stack_name: "cfn-s3objects-macro"
dependencies:
- "prod/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/aws-opendata/config/prod/cfn-s3objects-macro.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/cfn-s3objects-macro/0.0.6/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"
dependencies:
- "prod/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/sageit/config/prod/cfn-s3objects-macro.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.us-east-1.amazonaws.com/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.us-east-1.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"
dependencies:
- "prod/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/scicomp/config/prod/cfn-s3objects-macro.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/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"
dependencies:
- "prod/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/scipool/config/bmgfki/cfn-s3objects-macro.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/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"
dependencies:
- "bmgfki/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/scipool/config/develop/cfn-s3objects-macro.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/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"
dependencies:
- "develop/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/scipool/config/prod/cfn-s3objects-macro.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/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"
dependencies:
- "prod/bootstrap.yaml"
2 changes: 1 addition & 1 deletion sceptre/scipool/config/strides/cfn-s3objects-macro.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.5/cfn-s3objects-macro.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-s3objects-macro/0.0.7/cfn-s3objects-macro.yaml
stack_name: "cfn-s3objects-macro"

0 comments on commit a1e274b

Please sign in to comment.