moh_abk's avatar

aws sdk with Lumen

I have a Laravel application and I'm using the aws-sdk-php-laravel package with it. This works fine.

Now I'm creating a Lumen app and after spending hours I can't seem to configure it to work on Lumen.

Any guidance appreciated.

0 likes
3 replies
SteveAzz's avatar

What kind of problems are you facing? Go into more detail to get a faster/better response.

moh_abk's avatar

I'm getting Error 500 when accessing the route that has the AWS code in it.

List of what I have done;

Install aws-sdk-php-laravel via composer Copy over the config/aws.php file from my Laravel app Copy over the config/app.php file from my Laravel app **because Lumen doesn't have this Added use AWSin my controller

Please or to participate in this conversation.