Overview

  • Fully Managed
  • makes it easy for devs to create, publish, maintain, monitor, and secure APIs at any scale
  • Acts as a “front door” to the application, handling incoming REST API calls
  • Creates both stateless AND stateful APIs
    • RESTful APIs
      • enable stateless client-server communication
    • WebSocket APIs
      • adhere to the WebSocket protocol, which enables stateful, full-duplex communication between client and server

Supported API Types