jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
439 stars 61 forks source link

Data api client connecting to local MYSQL DB #67

Open acyutaseva opened 3 years ago

acyutaseva commented 3 years ago

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.

jeremydaly commented 3 years ago

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.