From bb043f40d964f3000eaf728d528783fc0144212e Mon Sep 17 00:00:00 2001 From: Khai Do <3697686+zaro0508@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:18:53 -0700 Subject: [PATCH] Update lambda-budget lambda (#1266) Update the lambda to use python 3.11 depends on https://github.com/Sage-Bionetworks-IT/lambda-budgets/pull/27 --- sceptre/scipool/config/bmgfki/lambda-budgets.yaml | 2 +- sceptre/scipool/config/develop/lambda-budgets.yaml | 2 +- sceptre/scipool/config/prod/lambda-budgets.yaml | 2 +- sceptre/scipool/config/strides/lambda-budgets.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sceptre/scipool/config/bmgfki/lambda-budgets.yaml b/sceptre/scipool/config/bmgfki/lambda-budgets.yaml index e57d62e2..d1713650 100644 --- a/sceptre/scipool/config/bmgfki/lambda-budgets.yaml +++ b/sceptre/scipool/config/bmgfki/lambda-budgets.yaml @@ -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: "it@sagebase.org" diff --git a/sceptre/scipool/config/develop/lambda-budgets.yaml b/sceptre/scipool/config/develop/lambda-budgets.yaml index 6a3cb2c8..949ad380 100644 --- a/sceptre/scipool/config/develop/lambda-budgets.yaml +++ b/sceptre/scipool/config/develop/lambda-budgets.yaml @@ -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: "it@sagebase.org" diff --git a/sceptre/scipool/config/prod/lambda-budgets.yaml b/sceptre/scipool/config/prod/lambda-budgets.yaml index 32673687..f07fcd43 100644 --- a/sceptre/scipool/config/prod/lambda-budgets.yaml +++ b/sceptre/scipool/config/prod/lambda-budgets.yaml @@ -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: "it@sagebase.org" diff --git a/sceptre/scipool/config/strides/lambda-budgets.yaml b/sceptre/scipool/config/strides/lambda-budgets.yaml index 5c31b280..4a6894c5 100644 --- a/sceptre/scipool/config/strides/lambda-budgets.yaml +++ b/sceptre/scipool/config/strides/lambda-budgets.yaml @@ -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: "it@sagebase.org"