Skip to content

Commit 0971a2c

Browse files
committed
reduce warmer memory
1 parent 420f398 commit 0971a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/warmer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Resources:
6767
Description: !Sub "Lambda warmer for function ${FunctionToWarm}"
6868
FunctionName: !Sub "${LambdaFunctionNameBase}-${FunctionToWarm}"
6969
Handler: lambda.handler
70-
MemorySize: 512
70+
MemorySize: 256
7171
Role: !GetAtt WarmerLambdaIAMRole.Arn
7272
Timeout: 15
7373
Environment:

0 commit comments

Comments
 (0)