We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420f398 commit 0971a2cCopy full SHA for 0971a2c
cloudformation/warmer.yml
@@ -67,7 +67,7 @@ Resources:
67
Description: !Sub "Lambda warmer for function ${FunctionToWarm}"
68
FunctionName: !Sub "${LambdaFunctionNameBase}-${FunctionToWarm}"
69
Handler: lambda.handler
70
- MemorySize: 512
+ MemorySize: 256
71
Role: !GetAtt WarmerLambdaIAMRole.Arn
72
Timeout: 15
73
Environment:
0 commit comments