node.jsexpressopenfaasfaas

when i call another function in faas, I get an error like 'this function not published'


How can i import and use faas function in another faas function in express.js?

const { UnsplashApi } = require('../image-api-graphql/data/unsplashApi');

enter image description here


Solution

  • You can try to send request to your other function.