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 keyset
a key/value pairdel
remove a key/value pair
In addition, this interface exposes a keys
operation, that allows iterating over all keys with a cursor.