From b473c83879d261e0c21b5864e1d37ee4f2cab2ce Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 21 May 2020 22:21:15 -0400 Subject: [PATCH] Update lambda bucket --- infrastructure/cloudformation/dt/lambdas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/cloudformation/dt/lambdas.yaml b/infrastructure/cloudformation/dt/lambdas.yaml index ba35e70..35f5e0e 100644 --- a/infrastructure/cloudformation/dt/lambdas.yaml +++ b/infrastructure/cloudformation/dt/lambdas.yaml @@ -52,8 +52,8 @@ Resources: Handler: lambda_function.lambda_handler Runtime: python3.7 Code: - S3Bucket: sumu-stacks - S3Key: !Sub "dt/${release}/lambda/task_queue_manager.zip" + S3Bucket: dt-deployment-bucket + S3Key: !Sub "${release}/lambda/task_queue_manager.zip" FunctionName: !Sub "FnQueueManager-DT-${environment}" Description: Adds and removes tasks from a redis list MemorySize: 128