What are the commonly used API GATEWAY framework or libraries?
Microservices are really nice way to organize any project. I figured out some of the patters for micro services and API Gateway is one of the nicestway. What are the generally used API Gateway frameworks?
I've used the Serverless framework to very easily define REST API endpoints and deploy them to Amazon. Literally, all it took were a couple of commands via their cli to do all this, after the configuration portion of it (account registration, etc) Might be worth looking into it.
Diego Bernal
Front-End Engineer
I've used the Serverless framework to very easily define REST API endpoints and deploy them to Amazon. Literally, all it took were a couple of commands via their cli to do all this, after the configuration portion of it (account registration, etc) Might be worth looking into it.