Skip to content

How to deploy NodeJS function with code in several files? #2149

Closed Answered by sanketsudake
sahilsachdeva asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. https://github.com/fission/examples/tree/master/nodejs
  2. Please check package reference here https://docs.fission.io/docs/usage/languages/nodejs/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sanketsudake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2148 on August 06, 2021 06:10.