AWS SDK for PHP: Error retrieving credentials from the instance profile metadata server

后端 未结 9 856
灰色年华
灰色年华 2020-12-04 21:18

I am trying to send SNS messeges to android through web api. Downloaded and installed the SDK from http://aws.amazon.com/developers/getting-started/php/

Got followin

9条回答
  •  忘掉有多难
    2020-12-04 22:03

    If it is laravel and aws/aws-sdk-php-laravel sdk then after configuring all step and defining key in .env file you have to drop config cache and rebuild it by following commands.

    php artisan config:cache;
    composer dump-autoload;
    

提交回复
热议问题