cURL
curl --request POST \ --url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/dynamodb/{YOUR_DB_NAME}/create \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "name": "<string>" } '
{ "statusCode": 200, "body" { "msg": "Item added to table", "complete": true } }
Add data to your DynamoDB