Skip to content

matthewtgilbride/kvdynamodb-provider

Repository files navigation

wasmcloud kvdynamodb capability provider

This capability provider implements the aws:kvdynamodb capability.

It expects AWS credentials to be available via standard mechanisms (instance profile, credential file, environment variables, etc).

It also expects the following values to be provided via config_json or environment variables:

  • TABLE_NAME: the name of the DynamoDB table
  • KEY_ATTRIBUTE: the string attribute to be used for keys
  • VALUE_ATTRIBUTE: the string attribute to be used for values
  • TTL_ATTRIBUTE: (Optional) the numeric attribute to be used for time-to-live

Build with 'make'. Test with 'make test'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published