- Drop both these files in the same folder.
- Deploy using AWS SAM
sam deploy --guided
By default lumen doesn't support laravel file system. In order to integrate to lumen we need follow these instructions:
document_root/config
filesystem
to IoC for example in document_root/bootstrap/app.php
by adding this code lines:`` $app->singleton('filesystem', function ($app) {