Hi,
I'm using the ask cli to upload my lambda function and I noticed that the size of my function is much larger than one example I got from the blueprints. Note in the image below how smaller the blueprint function is.
I'm running the command 'ask lambda upload -f myFunction' at the root of my node project. My question is, is that normal or do I need bundle my function with something like webpack?