Isaias Cahutay Jr.
Software Engineer
With over a decade of experience in Software Engineering.
FullStack Developer.
Posts
Implementing Microservice using WebSocket in NestJS

This article is about how to implement a NestJS Microservice using WebSockets. It will also demonstrate how to test the NestJS WebSockets using Postman.
Read MoreHow to Send Slack Notification from AWS CloudWatchLogs Filter Pattern

If we have an application that stores logs to Amazon CloudWatchLogs, its efficient if we have a monitoring
like Slack Alerts. Example, if we encountered an “ERROR” string, we will receive a Slack Notification.
It will send a Slack Notification message to a particular Slack Channel from AWS CloudWatchLogs Log Group based on Filter Pattern.
And on Slack Notification, it will output the actual “log line” message.