functions icon indicating copy to clipboard operation
functions copied to clipboard

Type definition for tables()._db, tables()._doc is wrong for nodejs18.x runtime

Open lpsinger opened this issue 2 years ago • 10 comments

Describe the issue The type definitions for tables()._db and tables()._doc are wrong if the application is using the nodejs18.x AWS Lambda runtime. The types should come from the AWS SDK v2 if using the nodejs16.x runtime or earlier, and the AWSD SDK v3 if using the nodejs18.x runtime or later.

lpsinger avatar Dec 16 '22 21:12 lpsinger