-
Notifications
You must be signed in to change notification settings - Fork 293
some questions about per-function requirements modules #207
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
Comments
correct. |
Hi guys, have you successfully used it? Please note I am using individually packaging. |
I have same issue. I mentioned the folder name in include but it is ignored. |
Including files outside the module doesn't work. |
if you have shared code outside the modules, symlink that into the modules. |
It seems like the
What do I mean, by a part? Only files contained under the directory specified by see function moveModuleUp(source, target, module, options) {
...
.then(sourceZip => sourceZip.filter(file => file.startsWith(module + '/')))
... This is intended behavior right now. However, I am currently also working on the individually feature and think this could be part of the new functionality which I am proposing in #279 . |
Hey 👋 I'm closing this ticket as it looks like it's heavily outdated, we can of course reopen it if needed 👍 |
are added to the lambdas?
The text was updated successfully, but these errors were encountered: