Looking to hire Laravel developers? Try LaraJobs

laravel-aws-session-token maintained by sunaoka

Description
Add AWS_SESSION_TOKEN to Laravel's AWS configuration.
Author
Last update
2026/04/06 08:35 (dev-develop)
License
Links
Downloads
88 899

Comments
comments powered by Disqus

Add AWS_SESSION_TOKEN for Laravel

Latest License PHP Laravel Test codecov


Add AWS_SESSION_TOKEN to Laravel's AWS configuration.

For example, you can use AWS_SESSION_TOKEN (without setting AWS_ACCESS_KEY_ID or AWS_SECRET_ACCESS_KEY) to run your Laravel application in AWS Lambda using bref.

Installation

composer require sunaoka/laravel-aws-session-token
php artisan vendor:publish --tag=aws-session-token-config