cURL
curl --request POST \ --url https://7gzkqkjgcg.execute-api.us-east-2.amazonaws.com/stage/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