data-api-client icon indicating copy to clipboard operation
data-api-client copied to clipboard

Broken on Node v20

Open oprogramador opened this issue 11 months ago • 1 comments
trafficstars

When installing this library on Node 20 (v20.16.0), it doesn't work.

"data-api-client": "^1.3.1" in package.json.

> require('data-api-client')
Uncaught Error: Cannot find module 'aws-sdk'

Do you have any plans to migrate to AWS SDK v3?

oprogramador avatar Dec 06 '24 05:12 oprogramador