excluding node_modules on esbuild for aws lmabda deployment
I am using Lambda Layers with my Lambda functions to host my dependencies. In my case, the lambda layer contains my entire node_modules.
The primary reason for doing this is to make each lambda package smaller.