DynamoDB - contract for a binary attribute value #3146
-
I've just found out that a value of a binary item attribute could be specified as a
Similarly binary value loaded from DynamoDB is represented with a So the question is the following. Is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for opening a discussion. When marshalling, an IO or StringIO is acceptable. When I marshalling, it comes out as a StringIO. What are your concerns with not using these classes? I believe File is also an IO. |
Beta Was this translation helpful? Give feedback.
Thanks for opening a discussion. When marshalling, an IO or StringIO is acceptable. When I marshalling, it comes out as a StringIO.
https://github.com/aws/aws-sdk-ruby/blob/version-3/gems%2Faws-sdk-dynamodb%2Flib%2Faws-sdk-dynamodb%2Fattribute_value.rb#L67
What are your concerns with not using these classes? I believe File is also an IO.