Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

declare(strict_types=1);

require_once __DIR__ . '/../vendor/autoload.php';
require_once '/tmp/vendor/autoload.php';
6 changes: 6 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ provider:
throttle:
burstLimit: 20
rateLimit: 10
environment:
foo: 1

plugins:
- ./vendor/bref/bref
Expand Down Expand Up @@ -60,6 +62,10 @@ resources:
Properties:
TopicName: triggerFunction-${opt:stage}

custom:
bref:
separateVendor: true

# Exclude files from deployment
package:
exclude:
Expand Down