Skip to content

Commit cd4f064

Browse files
EDSC-4312: Bumping lambda memory for adminGetPreferencesMetrics (#1833)
- Fixes issues in the lambda where it is timing out in production
1 parent 2dab8bb commit cd4f064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serverless-configs/aws-functions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@
690690

691691
adminGetPreferencesMetrics:
692692
handler: serverless/src/adminGetPreferencesMetrics/handler.default
693+
memorySize: 1024
693694
timeout: ${env:LAMBDA_TIMEOUT, '30'}
694695
events:
695696
- http:

0 commit comments

Comments
 (0)