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 6b1e61d commit a28718cCopy full SHA for a28718c
cloudformation/main.yml
@@ -257,7 +257,7 @@ Resources:
257
Description: !Sub "${ApplicationFriendlyName} API Lambda"
258
FunctionName: !Sub ${ApplicationPrefix}-lambda
259
Handler: lambda.handler
260
- MemorySize: 768
+ MemorySize: 2048
261
Role: !GetAtt AppSecurityRoles.Outputs.MainFunctionRoleArn
262
Timeout: 60
263
Environment:
@@ -299,7 +299,7 @@ Resources:
299
Description: !Sub "${ApplicationFriendlyName} SQS Lambda"
300
FunctionName: !Sub ${ApplicationPrefix}-sqs-lambda
301
Handler: index.handler
302
- MemorySize: 512
303
Role:
304
Fn::GetAtt: AppSecurityRoles.Outputs.SqsFunctionRoleArn
305
Timeout: !Ref SqsLambdaTimeout
0 commit comments