Skip to content

Commit

Permalink
Merge pull request #1280 from lpsinger/increase-lambda-timeout
Browse files Browse the repository at this point in the history
Increase timeout for all Lambdas except for the web app itself
  • Loading branch information
dakota002 authored Aug 24, 2023
2 parents 0f51e1b + 71f8431 commit 9e6f799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.arc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runtime nodejs18.x
region us-east-1
architecture arm64
memory 256
timeout 10
timeout 30

@storage-private
email-incoming
Expand Down
1 change: 1 addition & 0 deletions build/server/config.arc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@aws
concurrency 100
provisionedConcurrency 5
timeout 10

0 comments on commit 9e6f799

Please sign in to comment.