Sidecar
— Deploy and execute AWS Lambda functions from your Laravel application.
A package by
Hammerstone
Installation
Refine is a paid package. To purchase, head to hammerstone.dev.
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
Code highlighting powered by torchlight.dev, a Hammerstone product.
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.