Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 16, 2021
1 parent 3ee5907 commit 743a02d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ functions:
handler: demo/http.php
description: 'Bref HTTP demo'
timeout: 5 # in seconds (API Gateway has a timeout of 29 seconds)
memory: 1024
layers:
- ${bref:layer.php-74-fpm}
events:
Expand All @@ -44,7 +43,6 @@ functions:
handler: demo/psr7.php
description: 'Bref HTTP demo with a PSR-7 handler'
timeout: 5 # in seconds (API Gateway has a timeout of 29 seconds)
memory: 1024
layers:
- ${bref:layer.php-74}
events:
Expand All @@ -56,7 +54,6 @@ functions:
handler: demo/http.php
description: 'Bref HTTP demo'
timeout: 5 # in seconds (API Gateway has a timeout of 29 seconds)
memory: 1024
layers:
- ${bref:layer.php-74-fpm}
events:
Expand Down

0 comments on commit 743a02d

Please sign in to comment.