Creating a Monitoring Application with AWS WebSockets API, Lambda and EventBridge
As said in the aim of this article is to create a serverless monitoring application using AWS WebSockets API, Lambda functions and EventBridge. In this simple application we are only going to perform a simple status check for facebook.com, but in reality this can be extended for much more other use cases with added features. This will be only an…