Skip to content

AWS DynamoDB#

AWS DynamoDB is a key-value and document database provided by Amazon as a part of Amazon Web Services.

Credentials

You can find authentication information for this node here.

Basic operations#

  • Item
  • Create a new record, or update the current one if it already exists (upsert/put)
  • Delete an item
  • Get an item
  • Get all items