AWS DynamoDB

Put item

Create a new item, or replace an old item with a new item.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

tableName [required]

string

The name of the table to contain the item. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

item [required]

object

A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

Outputs

Field

Type

Description

item

object

The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

amzRequestId [required]

string

PREVIEWING: stefon.simmons/add-is_loggedin-shortcode