aws/dynamodb-php-wrapper

Access AWS DynamoDB through simpler interface.

dev-master 2014-07-13 10:51 UTC

This package is not auto-updated.

Last update: 2024-09-10 05:39:10 UTC


README

Access AWS DynamoDB through simpler interface.

This module is simpler because:

  • The results of each API are mapped to Array object automatically.
  • The request exceeding the limit can be sent by dividing into small ones automatically.
  • The response exceeding the limit can be fetched by requesting continuously.

If you get interested in this module, please see the wiki.