/aws-healthcheck

Mounts a 200 response at /healthcheck for AWS load balancers

Primary LanguageRubyMIT LicenseMIT

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.