PutItem #
Overview #
Insert items in the indicated dynamodb table.
AWS API Reference: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html
Method #
INSERT_TABLE
Import Parameters #
The request uses the following import parameters.
-
i_user_name
Required: Yes.
The IAM user of AWS account.
-
i_table_name
Required: Yes.
Name of the table to be created.
-
i_region
Required: Yes.
Name of the region.
-
i_items
Required: Yes.
Items to be inserted in the table.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.