From 8dad39df2abc3473e8e3bd37801f61c7da5c1840 Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Thu, 15 Aug 2024 19:51:48 -0700 Subject: [PATCH] Add Zuplo to API Gateway alternatives I think Zuplo is worth mentioning here as many people use it instead of AWS API gateway to avoid complexity and vendor lock-in --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 852c693e..2efdad79 100644 --- a/README.md +++ b/README.md @@ -1705,6 +1705,7 @@ API Gateway - [Kong](https://getkong.org) is an open-source, on-premises API and microservices gateway built on nginx with Lua. Kong is extensible through “plugins”. - [Tyk](https://tyk.io) is an open-source API gateway implemented in Go and available in the cloud, on-premises or hybrid. +- [Zuplo](https://zuplo.com) is a multicloud API gateway built on OpenAPI, available on the cloud or self-hosted. Zuplo is extensible through Typescript, with native support for Lambda proxying. [Back to top :arrow_up:](#table-of-contents) ### API Gateway Tips