Additional documentation suggestions for Laravel and SES
hello! Thank you for developing the always useful bref pacakge.
I'd like to suggest additional documentation for Laravel and SES.
I think the code of 'token' => env('AWS_SESSION_TOKEN'), should be added to the document in the ses part of config/services.php, similar to the S3 config settings. .
Without considering this, I spent 6 hours worrying about not being able to send SES from Lambda.
Please consider it!
Hi, thanks for the suggestion! Pull requests are welcome!
I have set services.php
'token' => env('AWS_SESSION_TOKEN')
But l have this error now:
"Invalid configuration value provided for "token". Expected Aws\Token\TokenInterface|Aws\CacheInterface|array|bool|callable, but got string(904)
@connexify take a look at this: https://github.com/brefphp/bref/issues/1336#issuecomment-1333475111