Options
All
  • Public
  • Public/Protected
  • All
Menu

Dynameh

Index

Type aliases

An update action passed in to requestBuilder.buildUpdateInputFromActions(). These actions are based upon DynamoDB's Update Expressions but more verbose.

Every action is identified by an action string and also has an attribute path. Some actions have additional fields.

eg:

{
action: "put",
attribute: "ProductCategory",
value: "Hardware"
}
see

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html

Functions

  • Create an instance of Dynameh scoped to the given TableSchema. All calls that require a TableSchema have that parameter already filled in.

    Parameters

    Returns ScopedDynameh

Generated using TypeDoc