HTTP Functions

Overview

FunctionGraph supports event functions and HTTP functions. HTTP functions are designed to optimize web services. You can send HTTP requests to URLs to trigger function execution. HTTP functions support APIG triggers only.

  1. HTTP functions support the HTTP/1.1 protocol.
  2. On the function creation page, HTTP Function is newly added.
  3. The HTTP function must be set to bootstrap. You can directly write the startup command and allow access over port 8000.

Advantages

Restrictions