mapbox / dyno

simple dynamodb client
MIT License
78 stars 31 forks source link

Make aws-sdk a peer dependency #140

Open sypl opened 6 years ago

sypl commented 6 years ago

Currently I'm using dyno in an AWS Lambda, and when we package up our dependencies aws-sdk gets included, despite it not being needed because the lambda service itself has it included already. This bloats our package by 25M.

Anyone using this package will already likely be using aws-sdk anyway, so perhaps it would make more sense to make it a peer dependency.