Currently we need to edit ./lib/main.js to exclude the file we don't want to deploy.
can you make it works like .gitignore?
when first creating a aws-lambda project, run node-lambda init, it will create a .xxignore file, so that we can exclude the files we don't want to deploy.
thank you :)