You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried to use the client in this way: const createEsClient = require('serverless-elasticsearch-client') const client = createEsClient({ envPrefix: 'AWS_ES' })
but I got this error: offline: Failure: createEsClient is not a function
I use "serverless-elasticsearch-client": "^1.1.1"
Is it real issue or I'm doing something wrong ?
The text was updated successfully, but these errors were encountered:
Hello,
I tried to use the client in this way:
const createEsClient = require('serverless-elasticsearch-client') const client = createEsClient({ envPrefix: 'AWS_ES' })
but I got this error: offline: Failure: createEsClient is not a function
I use "serverless-elasticsearch-client": "^1.1.1"
Is it real issue or I'm doing something wrong ?
The text was updated successfully, but these errors were encountered: