So I am trying to deploy a function that uses multiple javascript files. The only way I see to deploy a function is with a single index.js file. Is there some what to add more files?
I have the CLI setup but still only see examples uploading a single js file rather than a zip.