Hi @jafetsanchez, I am missing one thing. When we add/remove/update dependencies we need to do "npm install". Thank you for your reponse. Now it is working.I am focusing too much to manifest.yaml file and ignored package.json file.Regards,Prajwal
Hi All,
I have created the Node JS Post API module to be deployed to Adobe IO runtime.I am making an Post call with query param and getting response when I directly run the index.js file my local.
Then I used wsk cli to create package and added the action inside ithttps://developer.adobe.com/runti...
Hi @Kiran_Vedantam ,I am not using AEM here. I have written Node JS code with my logic in my local.Then I created an action for the node js file and mapped the action to an api path. Then I when I try to deploy to the code getting Error. (Follow - https://developer.adobe.com/runtime/docs/guides/usin...
Hello All,
I am trying to setup Adobe IO Runtime and I followed the documentation below -
For Creating the action for Get Rest API I referred below document
https://developer.adobe.com/runtime/docs/guides/using/creating_actions/https://developer.adobe.com/runtime/docs/guides/using/creating_rest_...