You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
This commit adds the option to configure the DynamoDBClient that is used for cache
This is done by passing the `endpoint` propery in the config for cache stores.
When passing `null` or not passing the propery at all the default AWS endpoint is used.
This solves laravel/ideas#1654
dominikb
pushed a commit
to dominikb/framework
that referenced
this issue
May 25, 2019
This commit adds the option to configure the DynamoDBClient that is used for cache
This is done by passing the `endpoint` propery in the config for cache stores.
When passing `null` or not passing the propery at all the default AWS endpoint is used.
This solves laravel/ideas#1654
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to add a config option to specify the endpoint to use when configuring the DynamoDB cache driver?
It should be passed to the
DynamoDBClient
in\Illuminate\Cache\CacheManager::createDynamodbDriver
That would enable to run a local version of DynamoDB when running the application locally
The text was updated successfully, but these errors were encountered: