I'm currently using hbase with my Python apps and wanted to try out Amazon DynamoDB. Is there a way to use Python to read, write and query data?
You can use boto: https://github.com/boto/boto
docs: https://boto.readthedocs.org/en/latest/dynamodb2_tut.html
api reference: https://boto.readthedocs.org/en/latest/ref/dynamodb2.html