Slide 18
Slide 18 text
Developer Community
PR
18
service: app-php-serverless
provider:
name: aws
region: ap-northeast-
1
plugins:
- ./vendor/bref/bref
functions:
api:
handler: index.php
description: ''
runtime: php-
83
-fpm
timeout:
2 8
events:
- httpApi: '*'
# Exclude files from deployment
package:
patterns:
- '!node_modules/**'
- '!tests/**'