Skip to content

sunaoka/laravel-aws-session-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add AWS_SESSION_TOKEN for Laravel 6.x to 11.x

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