1
votes

Could someone, please, confirm whether or not at present (Apr. 2015) Boto supports the DynamoDB JSON document, and map and list datatypes?

If yes, could someone provide simple code examples?

1

1 Answers

0
votes

Document support (JSON), including Map, List, Boolean, and Null types was introduced in the boto library at this commit. You can find examples of how to use the new data types later in this commit.