Skip to content

Commit dcb902a

Browse files
committed
increase API handler function memory
1 parent c7ef6a8 commit dcb902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Resources:
257257
Description: !Sub "${ApplicationFriendlyName} API Lambda"
258258
FunctionName: !Sub ${ApplicationPrefix}-lambda
259259
Handler: lambda.handler
260-
MemorySize: 512
260+
MemorySize: 768
261261
Role: !GetAtt AppSecurityRoles.Outputs.MainFunctionRoleArn
262262
Timeout: 60
263263
Environment:

0 commit comments

Comments
 (0)