Chinese

Reference Documentation

Plugins

  • hot reload: Hot reload without reload service.
  • key-auth: User authentication based on Key Authentication.
  • JWT-auth: User authentication based on JWT (JSON Web Tokens) Authentication.
  • HTTPS/TLS: Dynamic load the SSL Certificate by Server Name Indication (SNI).
  • limit-count: Rate limiting based on a “fixed window” implementation.
  • limit-req: Request rate limiting and adjustment based on the “leaky bucket” method.
  • limit-conn: Limite request concurrency (or concurrent connections).
  • proxy-rewrite: Rewrite upstream request information.
  • prometheus: Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server.
  • OpenTracing: Supports Zikpin and Apache SkyWalking.
  • grpc-transcode: REST <--> gRPC transcoding。
  • serverless:Allows to dynamically run Lua code at different phase in APISIX.
  • ip-restriction: IP whitelist/blacklist.
  • openid-connect
  • redirect: URI redirect.
  • response-rewrite: Set customized response status code, body and header to the client.

Deploy to the Cloud

AWS

The recommended approach is to deploy APISIX with AWS CDK on AWS Fargate which helps you decouple the APISIX layer and the upstream layer on top of a fully-managed and secure serverless container compute environment with autoscaling capabilities.

See this guide by Pahud Hsieh and learn how to provision the recommended architecture 100% in AWS CDK.