PDA

View Full Version : Amazon API Gateway



chuckatkinson
29-Aug-2016, 06:36 AM
Here (http://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html)is yet another great service offered by Amazon. If you are thinking of adding RESTFul web services to your product this could make it easier. I found out about this because the service also provide CORS (Cross-orgin resource sharing).

With API Gateway, developers can create and operate APIs for their back-end services without developing and maintaining infrastructure to handle authorization and access control, traffic management, monitoring and analytics, version management, and software development kit (SDK) generation.
API Gateway is designed for web and mobile developers who want to provide secure, reliable access to back-end APIs for access from mobile apps, web apps, and server apps that are built internally or by third-party ecosystem partners.

Mike Peat
31-Aug-2016, 04:31 AM
Chuck

Very interesting - I don't have time to play with it ATM, but this could be an important piece of the puzzle that we are currently missing - Triumph (from Oz) please note.

Mike