brefphp / laravel-bridge

Package to use Laravel on AWS Lambda with Bref
https://bref.sh/docs/frameworks/laravel.html
MIT License
319 stars 63 forks source link

Don't unset AWS key and secrets #98

Closed georgeboot closed 1 year ago

georgeboot commented 1 year ago

No longer needed to unset the key and secret for the session token to work.

Cache:

https://github.com/laravel/framework/blob/0b3fae2e8dd094433a760b09eb4366bb139fcf88/src/Illuminate/Cache/CacheManager.php#L268-L272

Filesystem

https://github.com/laravel/framework/blob/0b3fae2e8dd094433a760b09eb4366bb139fcf88/src/Illuminate/Filesystem/FilesystemManager.php#L265-L267

Queue

https://github.com/laravel/framework/blob/0b3fae2e8dd094433a760b09eb4366bb139fcf88/src/Illuminate/Queue/Connectors/SqsConnector.php#L21-L23