We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Dyno
options
AWS.DynamoDB
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.
AWS.Config
The text was updated successfully, but these errors were encountered:
feat: support custom AWS.Config instead of requiring individual param…
618eca7
…eters resolves mapbox#133
825d79d
6416e0b
No branches or pull requests
The
Dyno
factory only supports a small subset of the available AWS configuration options because it plucks certain properties from theoptions
hash and passes them into theAWS.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 customAWS.Config
instance to configure the AWS SDK.The text was updated successfully, but these errors were encountered: