From e11cf5d0606a6dc490498061a969ae4919b0b49b Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 14 Feb 2023 14:04:27 +0100 Subject: [PATCH] Add AWS API Gateway --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ace059..915dc43 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [API Umbrella](https://github.com/NREL/api-umbrella) - API management platform for exposing web services, with web interface and analytics, written in Lua. * [WSO2 API Management](https://github.com/wso2/product-apim) - API management tool with lightweight gateway and API lifecycle management, written in Java. * [Express Gateway](https://github.com/ExpressGateway/express-gateway) - Microservices API Gateway built on top of ExpressJS (Node.js). -* [KrakenD](https://github.com/devopsfaith/krakend) Ultra performant API Gateway with middleware. Written in Go. +* [KrakenD](https://github.com/devopsfaith/krakend) - Ultra performant API Gateway with middleware. Written in Go. +* [AWS API Gateway](https://aws.amazon.com/api-gateway/) - Fully managed service that helps developers to create, publish, maintain, monitor, and secure APIs at any scale. ## SaaS Tools