data-api-client
data-api-client copied to clipboard
Data api client connecting to local MYSQL DB
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.
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.