Change log - Migration guide.

ddbmock 0.3

Initial ddbmock release. This is alpha quality sofware. Some import features such as “Excusive Start Key”, “Reverse” and “Limit” as well as BatchWriteItem have not been written (yet).

Additions

  • entry-point WEB (network mode)
  • entry-point Boto (standalone mode)
  • support for CreateTable method
  • support for DeleteTable method
  • support for UpdateTable method
  • support for DescribeTable method
  • support for ``GetItem method
  • support for PutItem method
  • support for DeleteItem method
  • support for UpdateItem method (small approximations)
  • support for BatchGetItem method (initial)
  • support for Query method (initial)
  • support for Scan method (initial)
  • all comparison operators
  • aggresive input validation

Known bugs - limitations

  • no support for BatchWriteItem
  • no support for “Excusive Start Key”, “Reverse” and “Limit” in

Query and Scan - no support for “UnprocessedKeys” in BatchGetItem - Web entry-point is untested, fill bugs if necessary :)

Table Of Contents

Previous topic

Current Status

This Page