
First I created a notification rule for my pipeline.

Rule creation would require a name ( obviously ) and events that should be notified and a target system that the notification should send.
Since I would prefer to receive all the events, I choose all and Slack as the target.

Since my newly created Slack channel is not yet registered as a target I attempted target creation.

Not it is time for me to configure the chatbot. I create a new client.

AWS offered me two options for the client Slack and AWS Chime, I proceed with Slack and it directed me to Slack for authorization for the Slack workspace.


Once I authorized, there are a few more additional configurations needed to do.
What Slack channel should be connected to? What sort of privileges I should allow to the chatbot and what are the guard rules I should create?

Since my only intention is to view what's going on with my CI/CD pipeline, I just set AWS read-only access for both allowed rule and guard conditions.
I triggered my pipeline and started to flood my channel with all the events.


The tech industry has long been known for its rapid growth, lucrative salaries, and innovative products. However, recent developments have shed light on the challenges faced by tech companies, leading to significant changes in the employment landscape. In this blog post, we will explore the current state of the tech industry, focusing on the decline in business performance, layoffs, hiring trends, and the disruptive potential of artificial intelligence (AI).
Beiryu
Contributor

Microservices have become a popular architectural style for building large-scale and complex applications. One of the key aspects of microservices is how they communicate with each other. In this blog post, we'll explore different communication patterns used in microservices and take a closer look at REST APIs, which are widely used for inter-service communication. We'll also discuss the advantages and disadvantages of using REST APIs based on my experience in a current project.
Beiryu
Contributor