compwright/aws-elasticsearch-connector

Typescript typings need to be updated to support AWS SDK v3

raedatoui opened this issue · 0 comments

This PR #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?