Skip to content

Readiness Check

GET
/ready

Readiness probe: Is the service ready to handle traffic?

Checks critical dependencies:

  • Database connectivity
  • AWS Secrets Manager access (if enabled)

Returns 200 if ready (ok/degraded), 503 if unavailable. Used by ALB target group health check.

Successful Response