mapbox / dyno

simple dynamodb client
MIT License
78 stars 31 forks source link

support custom AWS.Config() instead of requiring parameters be manually mapped #133

Open knksmith57 opened 7 years ago

knksmith57 commented 7 years ago

The Dyno factory only supports a small subset of the available AWS configuration options because it plucks certain properties from the options hash and passes them into the AWS.DynamoDB constructor.

This is problematic for consumers wishing to have fine-grain control over the behavior of the AWS SDK.

Dyno should support using a custom AWS.Config instance to configure the AWS SDK.