Skip to content
Eugene Lazutkin edited this page Jul 8, 2019 · 31 revisions

This toolkit is a no-dependency micro-library for AWS DynamoDB to build small efficient RESTful APIs and high-performance command-line utilities.

The main object is Adapter. That's all you need to write a command-line utility.

If you writing a RESTful HTML server, you can benefit from framework-specific adapters:

  • KoaKoaAdapter.
  • More to come. Pull requests for your favorite web frameworks are welcome!

At any point, you can go low-level and use supplied utilities directly:

  • TBD

If you want to learn how some things are done do not hesitate to inspect the source code, especially the tests and utilities.

Clone this wiki locally