Skip to content
New issue

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

Expose Access to the queries being sent to dynamo #50

Open
gaffo opened this issue Sep 15, 2017 · 0 comments
Open

Expose Access to the queries being sent to dynamo #50

gaffo opened this issue Sep 15, 2017 · 0 comments

Comments

@gaffo
Copy link

gaffo commented Sep 15, 2017

It would be helpful in situations to allow raw access to the queries and commands being sent to dynamo without an interceptor layer at the dynamodbiface layer. For instance if I want to tweak a query and find it more fluent with raw access to the query by calling Table.Get().QueryInput() and then feed that back into All or One or whatever. This would alleviate situations where the library doesn't support a feature I need while I work to get those features into the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant