Skip to content

Commit

Permalink
Update internal example
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 24, 2023
1 parent 192ea10 commit 1ca2f3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ service: bref-demo
provider:
name: aws
region: us-east-2
runtime: php-81
logs:
restApi: true
apiGateway:
Expand All @@ -23,6 +22,7 @@ package:
functions:
function:
handler: demo/function.php
runtime: php-81
description: 'Bref function demo'
environment:
BREF_LOOP_MAX: 100
Expand All @@ -38,6 +38,7 @@ functions:

psr7:
handler: demo/psr7.php
runtime: php-81
description: 'Bref HTTP demo with a PSR-7 handler'
timeout: 5 # in seconds (API Gateway has a timeout of 29 seconds)
events:
Expand Down

0 comments on commit 1ca2f3d

Please sign in to comment.