routing-api
routing-api copied to clipboard
How can I run it locally ?
When I follow the document, I can easily install it in aws. But for some reason I need to run this api locally or on a VPS. How can I do that?
I'm experiencing the same issue. Did you manage to find a way to run it without AWS?
Edit: https://github.com/Uniswap/routing-api/issues/34
I tried a software of aws called sam, created yaml file etc etc. I followed many steps and methods but due to my lack of nodejs and aws knowledge, I failed at the end of the day.
If you want to try: https://aws.amazon.com/serverless/sam/
Don't forget to let me know if you are successful. Good luck!
Try this: https://www.npmjs.com/package/convert-lambda-to-express/v/0.0.3
any success?