Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional documentation suggestions for Laravel and SES #1324

Open
h-kusaba-1001 opened this issue Nov 14, 2022 · 3 comments
Open

Additional documentation suggestions for Laravel and SES #1324

h-kusaba-1001 opened this issue Nov 14, 2022 · 3 comments

Comments

@h-kusaba-1001
Copy link

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!

@mnapoli
Copy link
Member

mnapoli commented Nov 14, 2022

Hi, thanks for the suggestion! Pull requests are welcome!

@connexify
Copy link

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)

@mnapoli
Copy link
Member

mnapoli commented Dec 19, 2022

@connexify take a look at this: #1336 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants