-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to individually package functions #164
base: master
Are you sure you want to change the base?
Conversation
would love to see this merged :D |
any news ? |
Can you please patch eslint problems in order to get travis working ? |
@saiaman Feel free to fork my fork and create another PR with the eslint problems resolved if desired. At current I'm unfortunately a bit strapped for time and don't want to invest any more into this particularly with the relative inactivity of this repo. |
@wootencl perhaps assigning other maintainers to the repo would help? I'm willing to give a hand, I'm sure other people would do. |
@wootencl I've tested your changes, it deploys functions properly 👍 Couple of points I noticed:
Let's join forces to fix them! |
Bump. |
Quick pass at adding individual packaging functionality. Mostly looked at the AWS implementation and tried to create parity between here and there.
@pmuens Happy to add tests + get linting, etc. in order if this is something you'd be willing to merge. Mostly don't want to sink any more time into this if that's not the case.
Fixes: #89