aws / aws-sigv4-auth-cassandra-nodejs-driver-plugin

A SigV4 authentication client side plugin for the open-source DataStax NodeJS Driver for Apache Cassandra. Allows use of IAM users and roles.
Apache License 2.0
5 stars 16 forks source link

Pulls in over 100MB of dependencies! #9

Open makeable opened 2 years ago

makeable commented 2 years ago

I have a small codebase, with a number of third party libs, including other AWS libs for rds-data, s3, etc - it totals ~60MB including node_modules folder.

Adding this as a dependency has added over 100MB of additional dependencies! Surely that cant be necessary? Its almost half the lambda budget solely for IAM authentication with keyspaces...