How to deploy NodeJS function with code in several files? #2149
-
The NodeJS documentation gives a good example to deploy a function with publicly available package. But how can a function with code spread over multiple files be deployed? I am trying to deploy the following: package.json - with publicly available package listed as dependency I always get Additionally I think the way to package and deploy mention here #2031 is more elegant with zip files |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @sahilsachdeva, Fission provides builder and environment. You can create a source zip and give it Fission function. Building of the function can be done with Fission builder. References:
|
Beta Was this translation helpful? Give feedback.
Hey @sahilsachdeva,
Fission provides builder and environment. You can create a source zip and give it Fission function. Building of the function can be done with Fission builder.
Fission provide package abstraction which is used combine multiple files.
References: