Azure Function App in NestJs. just showing one http trigger function
From my nestJs application I Just get on azure function just the main function. All Endpoints i have in my app i can’t see them.
All Endpoints are reachable as they should.
Now i need to connect this function app to API Management. For now, the api management just sees one endpoint (Main), because the app is not giving the APIM anything else.
AWS lambda to Azure functions
I have a function in AWS lambda which is connected with AWS API gateway, no what I want to do is to move this setup to Azure, such that I want my function in Azure functions app and connect it with Azure API management so that I can use this API and use a GET request from postman to get the desired output.