How can i import and use faas function in another faas function in express.js?
const { UnsplashApi } = require('../image-api-graphql/data/unsplashApi');
You can try to send request to your other function.