api-gateway
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 1,295 public repositories matching this topic...
Serverless Python
-
Updated
Dec 2, 2020 - Python
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Nov 18, 2020 - Go
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
-
Updated
Dec 2, 2020 - Python
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
-
Updated
Jul 18, 2019
I found that some admin API provided by apisix are not found in any documentation, such as
/apisix/admin/plugins/list, so do we need a doc to keep track of the admin API that is nowhere to put?
Run serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway
-
Updated
Dec 2, 2020 - JavaScript
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
Mar 16, 2020 - JavaScript
Ultra performant API Gateway with middlewares
-
Updated
Nov 19, 2020 - Go
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
-
Updated
Dec 2, 2020 - Python
-
Updated
May 9, 2020 - Python
maven pom配置文件优化
1、把依赖版本号统一放到properties里面 例如下面的版本需要改下放到<properties></properties>中
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.5.6</version>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
-
Updated
Dec 1, 2020 - Java
Is your feature request related to a problem? Please describe.
Gloo Edge users want an easy-to-implement solution for CSRF protection of their applications.
Describe the solution you'd like
Add support for upstream CSRF filter in Gloo Edge.
https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/filter/http/csrf/v2/csrf.proto
https://www.envoyproxy.io/docs/envoy/latest/start/sandb
HTTP API Gateway
-
Updated
Sep 1, 2020 - Go
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
-
Updated
Jul 8, 2020 - JavaScript
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
-
Updated
Sep 2, 2020 - Go
An API Gateway written in Go
-
Updated
Sep 28, 2020 - Go
Open source API management platform
-
Updated
Nov 30, 2020 - Ruby
Gravitee.io - API Management - OpenSource API Gateway
-
Updated
Dec 1, 2020 - Java
A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
-
Updated
Nov 8, 2020 - Java
Open source API management platform
-
Updated
Nov 27, 2020 - PHP
sls invoke is useful for testing our API one request at a time.
It would be nice to spin up a local version of the API on localhost to enable us to develop our frontend apps against it, and to more easily run integration and E2E tests.
ESB, SOA, REST, APIs and Cloud Integrations in Python
-
Updated
Dec 1, 2020 - Python
A Faster Lightweight Full-Stack PHP Framework
-
Updated
Oct 19, 2020 - PHP
Serverless plugin for managing custom domains with API Gateways.
-
Updated
Nov 19, 2020 - TypeScript
- Wikipedia
- Wikipedia


Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://