aws-elasticsearch-connector icon indicating copy to clipboard operation
aws-elasticsearch-connector copied to clipboard

Typescript typings need to be updated to support AWS SDK v3

Open raedatoui opened this issue 8 months ago • 0 comments

This PR https://github.com/compwright/aws-elasticsearch-connector/pull/34 didnt update the typings file, which still has

const AWS = require("aws-sdk");
export const ConnectorFactory: (awsConfig: AWS.Config) => Connector;

Maybe it's time to drop support to the SDK v2 in the next major release?

raedatoui avatar Sep 25 '23 18:09 raedatoui