Read data from your DynamoDB table
curl --request GET \ --url https://7gzkqkjgcg.execute-api.us-east-2.amazonaws.com/stage/dynamodb/{YOUR_DB_NAME}/read \ --header 'Content-Type: application/json' \ --data '{ "": "<string>" }'
{ "statusCode": 200, "body": [ { "id": "id1", "name": "name1" }, { "id": "id2", "name": "name2" } ] }
The name of the DynamoDB you want to interact with.
Based off of standard HTTP request guidelines
All the elements that are inside the dynamodb table