redbadger / website-next

DEPRECATED incarnation of Red Badger company site
https://redbadger.github.io/website-next/
6 stars 2 forks source link

Add health check endpoint for AWS #188

Open chris-goodchild opened 8 years ago

chris-goodchild commented 8 years ago

We currently have no health check endpoint setup. We should add this so that EB can accurately report on the health of the application. This will require a simple GET /health route in Express and an update to our configuration in Elastic Beanstalk for all applicable environments.