Update lambda bucket

This commit is contained in:
Layla 2020-05-21 22:21:15 -04:00
parent a071d879a1
commit b473c83879
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -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