Open QAnders opened 3 years ago
I ran a test both using the local-data-api
Docker container locally and using the Aurora Serverelss in AWS and they both return:
{
"numberOfRecordsUpdated": 0,
"records": [
[
{
"stringValue": "123"
}
]
]
}
From the INSERT with RETURNING id
the Serverless API is returning the data but seems it is lost somewhere along the line...
Running the code like:
Two lines are inserted but the return is an empty Array... Am I missing something...?