I am making my way through my first Meteor app, and I opened a little rabbit hole trying to connect to S3. I installed awssum using a meteorite, but it looks like I need to install the Node.js module with the same name in order to actually work with the examples. I end up distributing my application in Heroku, and I would like to be able to pack my dependencies with my code. Along the way, I found a few ways to do this, and I wonder what's close to the best:
Which route should I take?
source share