Update lambda bucket
This commit is contained in:
parent
a071d879a1
commit
b473c83879
@ -52,8 +52,8 @@ Resources:
|
|||||||
Handler: lambda_function.lambda_handler
|
Handler: lambda_function.lambda_handler
|
||||||
Runtime: python3.7
|
Runtime: python3.7
|
||||||
Code:
|
Code:
|
||||||
S3Bucket: sumu-stacks
|
S3Bucket: dt-deployment-bucket
|
||||||
S3Key: !Sub "dt/${release}/lambda/task_queue_manager.zip"
|
S3Key: !Sub "${release}/lambda/task_queue_manager.zip"
|
||||||
FunctionName: !Sub "FnQueueManager-DT-${environment}"
|
FunctionName: !Sub "FnQueueManager-DT-${environment}"
|
||||||
Description: Adds and removes tasks from a redis list
|
Description: Adds and removes tasks from a redis list
|
||||||
MemorySize: 128
|
MemorySize: 128
|
||||||
|
Reference in New Issue
Block a user