0.06
No release in over 3 years
Low commit activity in last 3 years
Mounts a Rack app at /healthcheck that returns a 200 for AWS load balancers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0
 Project Readme

AWS Healthcheck

This gem defines a route in your Rails app for ELB healthchecks. The healthcheck is a piece of Rack middleware that does absolutely nothing, so it is faster than just using the default "/" route.

gem 'aws-healthcheck'

Your Rails app now returns a 200 from /healthcheck.

If ENV['GIT_COMMIT'] is set, the response will also include that value in the body:

{ "commit": "abcdef123456" }