Skip to content

Commit

Permalink
Update lambda-budget lambda (#1266)
Browse files Browse the repository at this point in the history
Update the lambda to use python 3.11

depends on Sage-Bionetworks-IT/lambda-budgets#27
  • Loading branch information
zaro0508 authored Oct 24, 2024
1 parent c2c6ab9 commit bb043f4
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-budgets.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-budgets/0.1.2/lambda-budgets.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-budgets/0.1.3/lambda-budgets.yaml
stack_name: lambda-budgets
stack_tags:
OwnerEmail: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/develop/lambda-budgets.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-budgets/0.1.2/lambda-budgets.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-budgets/0.1.3/lambda-budgets.yaml
stack_name: lambda-budgets
stack_tags:
OwnerEmail: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/prod/lambda-budgets.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-budgets/0.1.2/lambda-budgets.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-budgets/0.1.3/lambda-budgets.yaml
stack_name: lambda-budgets
stack_tags:
OwnerEmail: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/strides/lambda-budgets.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-budgets/0.1.2/lambda-budgets.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-budgets/0.1.3/lambda-budgets.yaml
stack_name: lambda-budgets
stack_tags:
OwnerEmail: "[email protected]"
Expand Down

0 comments on commit bb043f4

Please sign in to comment.