arc.tables() - pass in settings / credentials #1287
kenhorn
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
What's the use case for this? It's not a bad idea, but this Architect plugin may be what you're looking for if the use case is to talk to DynamoDB tables outside of a given Architect app: https://github.com/architect/plugin-external-tables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I'd like to use arc.tables() to access dynamo/documentclient, however, I want to do this via an assumed role.
Describe the solution you'd like
Ideally arc.tables(settings) , which would be passed through to new AWS.DynamoDB(settings), and on to the DocumentClient wrapper.
Describe alternatives you've considered
Currently just using DocumentClient directly, via above settings.
Beta Was this translation helpful? Give feedback.
All reactions