amelia/dynamodb-laravel

A service provider for laravel and dynamodb

v1.0.0 2017-11-07 19:05 UTC

This package is auto-updated.

Last update: 2024-04-08 13:45:52 UTC


README

Installation

composer require amelia/dynamodb-laravel

If using Laravel 5.5 or higher, all you need to do is set the following environment variables:

DYNAMODB_KEY=<aws access key>
DYNAMODB_SECRET=<aws secret key>
DYNAMODB_REGION=us-west-2
DYNAMODB_HASH_KEY=id
SESSION_TABLE=sessions

Local installations

If you're using a local AWS service like localstack you can set your AWS endpoint using:

DYNAMODB_ENDPOINT=http://localhost:9001 # etc

Licence

BSD-3-Clause. See the LICENCE file for the full licence text.