We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7f114 commit 280b0afCopy full SHA for 280b0af
lambda/serverless.yml
@@ -2,7 +2,7 @@ service: app
2
3
provider:
4
name: aws
5
- region: es-east-1
+ region: us-east-1
6
7
plugins:
8
- ./vendor/bref/bref
@@ -12,7 +12,7 @@ functions:
12
name: wordpress-website
13
handler: index.php
14
# using bref plugin
15
- runtime: php-84-fpm
+ runtime: php-83-fpm
16
# without bref plugin
17
# runtime: provided.al2
18
# layers:
@@ -21,6 +21,14 @@ functions:
21
url: true
22
environment:
23
BREF_BINARY_RESPONSES: "1"
24
+ vpc:
25
+ # efs requires vpc
26
+ # securityGroupIds:
27
+ # subnetIds:
28
+ fileSystemConfig:
29
+ localMountPath: /mnt/root
30
+ # efs access point arn
31
+ # arn:
32
33
package:
34
patterns:
0 commit comments