Skip to content

func-api-health-get

Description

Returns a simple health check response confirming the API is reachable and the Lambda runtime is operational. This function has no external dependencies — it does not call DynamoDB, S3, or any other service.

Invocation

Invoked by API Gateway on an HTTP GET /health request.

Sequence Diagram

Sequence Diagram

API Endpoints

MethodPathDescription
GET/healthReturns { "status": "OK" }

See the API Reference for full schema documentation.

Deployment

See the deployment workflow documentation for workflow steps, infrastructure dependencies, and failure scenarios.