🚪

API Gateway Config

Verified

by Community

Helps you configure API gateways like Kong, AWS API Gateway, or Traefik for request routing, authentication, rate limiting, request transformation, and monitoring. Covers plugin configuration, custom middleware, and multi-service routing.

apigatewaykongroutingmicroservicestraffic

API Gateway Config

Configure API gateways for routing, authentication, rate limiting, and traffic management across microservices.

Usage

Describe your API architecture and gateway requirements, and this skill will configure the gateway.

Examples

  • "Configure Kong as an API gateway for three microservices"
  • "Set up AWS API Gateway with Lambda authorizer"
  • "Configure Traefik with automatic service discovery in Docker"

Guidelines

  • Centralize cross-cutting concerns like auth and rate limiting at the gateway
  • Configure health checks for upstream services
  • Set appropriate timeouts for each upstream service
  • Enable request logging for debugging and analytics
  • Use canary routing for gradual service deployments