pietrzakadrian / pietrzakadrian.com-blog-comments

0 stars 0 forks source link

How to create a microservice that handles 🎢 the queue of sending emails in NestJS | Adrian Pietrzak: Software Engineering Blog #8

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

How to create a microservice that handles 🎢 the queue of sending emails in NestJS | Adrian Pietrzak: Software Engineering Blog

In this article, I will present you independent microservice that handles the queue of sending emails using the Node.js platform with the NestJS framework. The use of this microservice allows you to decouple the business logic of the email senders from the main monolithic application, resulting in less use of server resources and therefore faster source code execution.

https://pietrzakadrian.com/blog/how-to-create-a-microservice-that-handles-the-queue-of-sending-emails-in-nestjs

contactk4s commented 1 year ago

Hey Adrian, Thanks for that fantastic article!! I Have a little question, Is there a special configuration to run Redis as Message Broker? I would like to use it with docker compose

Louvani commented 11 months ago

Hi Adrian, I love this article

on my team we want to deploy a email service on a aws lambda and we have some trouble creating the handler, I don't know if you have tried this or you have an idea of how it works