Skip to content

Commit

Permalink
Bump lambda memory to prevent EDL timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Mar 19, 2024
1 parent ff01366 commit 36c614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/re-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
LambdaCodeDependencyArchive="${CODE_PREFIX}${DEPENDENCY_NAME}" \
LambdaCodeS3Bucket="$CODE_BUCKET" \
LambdaCodeS3Key="${CODE_PREFIX}${CODE_NAME}" \
LambdaMemory="128" \
LambdaMemory="256" \
LambdaTimeout="10" \
Loglevel="DEBUG" \
Logtype="json" \
Expand Down

0 comments on commit 36c614d

Please sign in to comment.