Skip to content

Commit

Permalink
Extends timeout seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed Mar 2, 2022
1 parent 77189db commit 5b253d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/zappa_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"app_function": "lambda.app.app",
"aws_region": "ap-northeast-2",
"project_name": "dms-backend-student",
"runtime": "python3.6",
"runtime": "python3.9",
"s3_bucket": "dms-student-bucket",
"certificate_arn": "arn:aws:acm:us-east-1:718436679669:certificate/12a3f68b-ca33-4a69-9147-a1673d35db4a",
"cors": true,
Expand Down Expand Up @@ -31,6 +31,6 @@
"domain": "api.dsm-dms.com",
"log_level": "DEBUG",
"memory_size": 512,
"timeout_seconds": 30
"timeout_seconds": 60
}
}

0 comments on commit 5b253d7

Please sign in to comment.