DynamoDB API
Create
Add data to your DynamoDB
POST
/
dynamodb
/
{YOUR_DB_NAME}
/
create
Path
The name of the DynamoDB you want to interact with.
Body
The partition key for this element
What the id will map to
Response
Based off of standard HTTP request guidelines
Information regarding your create request