DynamoDB PutItem Action
Execute DynamoDB PutItem query completely serverless via Thingsup IoT Platform. Create custom items from MQTT Rules Engine or HTTP APIs.
TableName
Function
item["Customer"] = payload.customer; // value from payload
//OR
item["Customer"] = "abc"; //"some static value"
//Here 'Customer' is DynamoDB column name and payload.customer is it's value.Connection ID

Last updated
Was this helpful?