From ab35656ecbf7dcc893400955f79faf6892b4aef0 Mon Sep 17 00:00:00 2001 From: Zaher Ghaibeh Date: Tue, 13 Aug 2019 21:25:29 +0300 Subject: [PATCH] change the timeout from 29sec to 28sec --- docs/frameworks/laravel.md | 2 +- docs/frameworks/symfony.md | 2 +- serverless.yml | 2 +- template/http/serverless.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/frameworks/laravel.md b/docs/frameworks/laravel.md index b85980163..729f2e4f9 100644 --- a/docs/frameworks/laravel.md +++ b/docs/frameworks/laravel.md @@ -35,7 +35,7 @@ plugins: functions: website: handler: public/index.php - timeout: 29 # in seconds (API Gateway has a timeout of 29 seconds) + timeout: 28 # in seconds (API Gateway has a timeout of 28 seconds) layers: - ${bref:layer.php-73-fpm} events: diff --git a/docs/frameworks/symfony.md b/docs/frameworks/symfony.md index 0e116c2d3..e4b419307 100644 --- a/docs/frameworks/symfony.md +++ b/docs/frameworks/symfony.md @@ -35,7 +35,7 @@ plugins: functions: website: handler: public/index.php - timeout: 29 # in seconds (API Gateway has a timeout of 29 seconds) + timeout: 28 # in seconds (API Gateway has a timeout of 28 seconds) layers: - ${bref:layer.php-73-fpm} events: diff --git a/serverless.yml b/serverless.yml index a9ffcc256..584273473 100644 --- a/serverless.yml +++ b/serverless.yml @@ -26,7 +26,7 @@ functions: http: handler: demo/http.php description: 'Bref HTTP demo' - timeout: 5 # in seconds (API Gateway has a timeout of 29 seconds) + timeout: 5 # in seconds (API Gateway has a timeout of 28 seconds) memory: 1024 layers: - ${bref:layer.php-73-fpm} diff --git a/template/http/serverless.yml b/template/http/serverless.yml index bcb036906..1d6e246f7 100644 --- a/template/http/serverless.yml +++ b/template/http/serverless.yml @@ -12,7 +12,7 @@ functions: api: handler: index.php description: '' - timeout: 29 # in seconds (API Gateway has a timeout of 29 seconds) + timeout: 28 # in seconds (API Gateway has a timeout of 28 seconds) layers: - ${bref:layer.php-73-fpm} events: