DynamoDB API
Update
Update an entry in your DynamoDB table
PUT
/
dynamodb
/
{YOUR_DB_NAME}
/
update
Path
The name of the DynamoDB you want to interact with.
Body
The ID of the entry you want to change
What you want to change the entry to
Response
Based off of standard HTTP request guidelines
Information regarding your update request