This document proposes a system to continuously monitor the health of microservices in an application. It would use AWS Lambda functions triggered by an API Gateway on a cron schedule to check the status of each microservice. The health status of each service would then be displayed in Kibana dashboards to alert developers if any services stop functioning. A literature review discusses challenges of monitoring microservices applications and how ELK stack tools like Elasticsearch and Kibana can help with log collection, analysis and visualization.