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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: