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

49 Views Asked by At

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

1

There are 1 best solutions below

1
Berk On BEST ANSWER

You can try to send request to your other function.