data-api-client icon indicating copy to clipboard operation
data-api-client copied to clipboard

Data api client connecting to local MYSQL DB

Open acyutaseva opened this issue 5 years ago • 1 comments

How can I connect to local mysql db for unit testing using data-api-client?

Currently, I don't want to connect to AWS for each unit test.

acyutaseva avatar Nov 13 '20 00:11 acyutaseva

Hi @abhishekchouhan. Unfortunately, the interface to the Data API is proprietary to AWS, so you'd need to monkey patch it to create local tests.

jeremydaly avatar Nov 13 '20 02:11 jeremydaly