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.
2 parents 624e493 + e0f2779 commit 1f160e1Copy full SHA for 1f160e1
config/bootstrap.php
@@ -2,4 +2,4 @@
2
3
declare(strict_types=1);
4
5
-require_once __DIR__ . '/../vendor/autoload.php';
+require_once '/tmp/vendor/autoload.php';
serverless.yml
@@ -13,6 +13,8 @@ provider:
13
throttle:
14
burstLimit: 20
15
rateLimit: 10
16
+ environment:
17
+ foo: 1
18
19
plugins:
20
- ./vendor/bref/bref
@@ -60,6 +62,10 @@ resources:
60
62
Properties:
61
63
TopicName: triggerFunction-${opt:stage}
64
65
+custom:
66
+ bref:
67
+ separateVendor: true
68
+
69
# Exclude files from deployment
70
package:
71
exclude:
0 commit comments