UNPKG

lesgo

Version:

Core framework for lesgo node.js serverless framework.

6 lines (5 loc) 230 B
import getClientService from '../../../../services/RDSAuroraMySQLProxyService/getMySQLProxyClient'; const getClient = (connOptions, clientOpts) => { return getClientService(connOptions, clientOpts); }; export default getClient;