HTTP Triggers

Back to Event-Driven Serverless

Functions invoked by HTTP requests through an API Gateway (AWS API Gateway, Google API Gateway). Enables building REST APIs and webhooks as serverless functions. The gateway handles routing, authentication, rate limiting, and request/response transformation.

cloud serverless