hammerstone/sidecar
Sidecar lets Laravel package, deploy, and invoke AWS Lambda functions directly from your app. Define a simple PHP class plus the files to ship, choose any supported runtime (Node, Python, Java, .NET, Ruby, or OS-only), and execute from PHP.
You can install the package via Composer
composer require hammerstone/sidecar
Once the package is installed, you may publish the config file by running
php artisan sidecar:install
You'll need to configure your AWS keys for your sidecar.php, we've gone to great lengths to make this easy by providing a command to walk you through it interactively.
Read the Configuration section to learn more.
How can I help you explore Laravel packages today?