Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 548 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 548 Bytes

wasmcloud interface for AWS DynamoDB

Provides a simple key/value interface to an AWS Dynamo table.

The contract is more or less a subset of the first party keyvalue interface. Supporting the following identical operations:

  • get a value by its key
  • set a key/value pair
  • del remove a key/value pair

In addition, this interface exposes a keys operation, that allows iterating over all keys with a cursor.