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,569 public repositories matching this topic...
Serverless Python
-
Updated
Aug 28, 2021 - 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
Sep 18, 2021 - Python
Task
Currently, We use the AES algorithm to encrypt the password and provide the password back to the front end. I think It's not safe.
I suggest the following optimization:
- The API does not return the password field. See `org.apache.shenyu.admin.controller.DashboardUse
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
-
Updated
Jul 18, 2019
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
-
Updated
Sep 10, 2021 - Go
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
-
Updated
Sep 1, 2021 - JavaScript
A Cloud Native traffic orchestration system
-
Updated
Sep 18, 2021 - Go
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
May 24, 2021 - JavaScript
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
-
Updated
Sep 17, 2021 - Python
Is your feature request related to a problem? Please describe.
The Datadog agent is deployed as a Daemonset. It expects the app/Envoy to push traces to the k8s node where the app runs.
Today, we cannot dynamically configure the Envoy configmap to target the host IP.
Describe the solution you'd like
In our Envoy wrapper dockerfile: https://github.com/solo-io/solo-projects/blob/18a7aa
-
Updated
Jun 2, 2021 - Python
HTTP API Gateway
-
Updated
Aug 6, 2021 - Go
If basePath is set in next.config.js, the build would put static assets within ${sererlessBuildOutDir}/assets/${basePath}.
However, in the CDK construct (NextJSLambdaEdge), it tries to read the assets from ${sererlessBuildOutDir}/assets without including the basePath
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
-
Updated
May 20, 2021 - 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
Reusable, vendor-neutral, industry-specific, vendor-specific solution architecture patterns for enterprise
-
Updated
Jun 2, 2021
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
-
Updated
Jul 8, 2020 - JavaScript
An API Gateway written in Go
-
Updated
Jul 6, 2021 - Go
Open source API management platform
-
Updated
Sep 9, 2021 - Ruby
-
Updated
Sep 13, 2021 - TypeScript
Gravitee.io - API Management - OpenSource API Gateway
-
Updated
Sep 17, 2021 - Java
A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
-
Updated
Jul 28, 2021 - Java
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.
Open source API management platform
-
Updated
Sep 18, 2021 - PHP
- Wikipedia
- Wikipedia





Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.