curl --request GET \
--url https://api.yertle.com/health{
"status": "<string>",
"message": "<string>",
"version": "<string>",
"lambda_version": "<string>",
"environment": "<string>"
}Basic health check endpoint.
curl --request GET \
--url https://api.yertle.com/health{
"status": "<string>",
"message": "<string>",
"version": "<string>",
"lambda_version": "<string>",
"environment": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Basic liveness/version signal for the API.
Service status (e.g. 'healthy')
Human-readable status message
Deployed git version (e.g. 'a17059ab-b2')
AWS Lambda numbered version serving this request (e.g. '42')
Environment name (dev/prod)