1

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
    possible duplicate of this. pls look at https://stackoverflow.com/questions/73107911/when-ı-using-dragula-for-the-drag-and-drop-in-vuejs-project-the-target-index-is – Euxinos Oct 13 '22 at 09:03

1 Answers1

1

You can try to send request to your other function.

Berk
  • 120
  • 9
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 17 '22 at 11:58