I've only been using Event Driven pattern in my projects using AWS Lambda with triggers from Cloudwatch. Although more complicated to set up than using SNS/SQS, this Lambda-Cloudwatch gives me more control and not rely too much on different AWS services.
@ChathurangaKasthuriarachchi5 ай бұрын
it’s really good right.. but when you go production you have to consider on the provisioned concurrency in AWS lambda which is considerably expensive
@Modisinamerica5 ай бұрын
When are you bringing out your new course?
@dev91385 ай бұрын
Always 🔥
@BeABetterDev5 ай бұрын
Thank you!
@rishiraj25485 ай бұрын
😎👍🏻
@mattcrouch93485 ай бұрын
Did you just say that one of the Pros of event-driven architecture is its "simplicity" but one of its Cons is its complexity?
@BeABetterDev5 ай бұрын
Simplicity in terms of having to publish a message once and rely on the message broker to distribute the message downstream.