A sample nodejs function (main.js) that uses an external npm module referenced by the package.json file.
Deploy the function straight to Code Engine by running the following command from the source directory
ibmcloud ce fn create -n lorem-node -runtime nodejs-18 --build-source .
For more information follow the official docs -> Including modules for a Node.js Function