Skip to content

Instantly share code, notes, and snippets.

View benjamincrozat's full-sized avatar
🏠
Working from anywhere in the world.

Benjamin Crozat benjamincrozat

🏠
Working from anywhere in the world.
View GitHub Profile
CACHE_DRIVER=dynamodb
DYNAMODB_CACHE_TABLE=foo
<?php
return [
'connections' => [
'sqs' => [
'driver' => 'sqs',
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'token' => env('AWS_SESSION_TOKEN'),
'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),