When querying dynamodb how do I get the results as JSON #3690
Unanswered
Ancient-Dragon
asked this question in
Q&A
Replies: 1 comment
-
This is not supported currently. We do have a feature request to add a JSON attribute converter to the list of available converters by default (#2162), but another option is to write a custom converter and you can associate with the attribute in your table schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies these seems like a really basic question but I could not find any documentation on how to use the enhanced query to query for multiple items and bring the data back as JSON rather than having to type out a class?
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions