You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
~~~~~~~~~
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: