-
Notifications
You must be signed in to change notification settings - Fork 8
GET health endpoint
goldy4719 edited this page Apr 10, 2026
·
1 revision
Checks the availability of dependent AWS services and reports the per-service status.
- Permissions for:
- S3 bucket access
- DynamoDB table description
- Perform a health check on the S3 bucket.
- Retrieve DynamoDB table status.
- Mark services as healthy if available.
- Return overall system status.
- The current implementation always returns "OK" if no exception occurs.
- Does not distinguish partial failures.
- Useful for monitoring and uptime checks.