Skip to main content

API Gateway

Expose Lambda, HTTP, AWS Services as an API

  • Limits
    • 29 seconds timeout
    • 10 MB max payload size
  • Integrations
    • Lambda
      • Invoke Lambda functions
      • Expose as RESTful API
    • HTTP
      • As reverse proxy
        • For caching, rate  limiting, custom authentication, API keys auth
    • AWS Services
      • Expose any AWS API through API Gateway
        • Example, start step function, post message to SQS
        • To add auth, deploy policy, rate control