awslabs / kinesis-aggregation

AWS libraries/modules for working with Kinesis aggregated record data
Apache License 2.0
376 stars 154 forks source link

Aws-SDK-V3 support #179

Open LiChongWen opened 1 year ago

LiChongWen commented 1 year ago

Hey,

We are currently trying to upgrade our project completely from aws sdk v2 to v3, and we have a dependency on kinesis-aggregation. But kinesis-aggregation does not support V3, Do you guys has any plan on adding that support?

node_modules/aws-kinesis-agg/index.d.ts:1:23 - error TS2307: Cannot find module 'aws-sdk' or its corresponding type declarations.

1 import {Kinesis} from 'aws-sdk';
                        ~~~~~~~~~
slootjes commented 7 months ago

Any update on this? v2 is deprecated since last year.

edit: it seems this library no longer has aws-sdk as a depenency :) it however doesn't support ESM yet...

salomegoosen123 commented 3 weeks ago

I'm having the same issue with the aws-sdk dependency... did you find a solution @LiChongWen ?