Skip to content

matthewtgilbride/kvdynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published