mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: add support for screen generation on AWS Lambda
This commit is contained in:
parent
8481656cc6
commit
a80e24c8bd
7 changed files with 564 additions and 39 deletions
10
config/sidecar.php
Normal file
10
config/sidecar.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
* All of your function classes that you'd like to deploy go here.
|
||||
*/
|
||||
'functions' => [
|
||||
\Wnx\SidecarBrowsershot\Functions\BrowsershotFunction::class,
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue