Support for temporary http status codes
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 30/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- aws, python
- Domain
- cloud, observability
Research direction
Start by tracing the Lambda's HTTP status handling and CloudWatch metric emission. Clarify whether the expected behavior is a configurable grace period or a different metric value for temporary status codes; done should define the configuration and ensure alarms do not trigger while the temporary response remains within the grace period.
Written by the indexing model from the issue text.
Description
Use-Case: Someone manually puts an endpoint into some sort of maintenance mode so instead of return a 200 it now returns a 302.
Right now this triggers a status code metric to change for 0 to 1. It would be nice to be able to specify a grace period for this temporary status code.
Another option would be to output a different metric value when the temporary status code is being returned.
This would then be able to not trigger alarms unless the temporary status code remains in-place for greater than grace period
- Dominant language
- Python
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from base2Services/aws-lambda-http-check
-
enhancement lambda-http-check
Difficulty 4/5 3-5 days Newbie friendliness 35/100
All issues in base2Services/aws-lambda-http-check
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100