marceloamorim.hashnode.devUma Conquista Compartilhada: 10 Certificações AWS e a Jornada Continua(English version below / Versão em inglês abaixo) 🇧🇷 Versão em Português Há alguns meses, embarquei em uma jornada que transformaria não apenas minha carreira, mas minha visão sobre cloud computing e desenvolvimento de soluções escaláveis. Hoje, ce...Jul 6, 2025·6 min read
marceloamorim.hashnode.devIntroduction to AWS LambdaAWS Lambda is a serverless computing service that allows you to execute code without the need to provision or manage servers. With Lambda functions, you can run code for various types of applications or backend services. You only pay for the computin...Dec 11, 2024·4 min read
marceloamorim.hashnode.devIntroduction to Simple Queue Service (SQS)The Amazon Simple Queue Service (SQS) is a fully managed message queue service that enables decoupling and communication between microservices, distributed systems, and serverless applications. SQS facilitates asynchronous and reliable message exchan...Dec 9, 2024·7 min read
marceloamorim.hashnode.devIntroduction to Amazon Simple Notification Service (SNS)Amazon Simple Notification Service (SNS) is a fully managed publish/subscribe (pub/sub) messaging service that enables fast, flexible, and scalable message delivery. With SNS, you can decouple and scale microservices, distributed systems, and serverl...Dec 9, 2024·6 min read
marceloamorim.hashnode.devUnderstanding the Fan-Out Pattern with AWSThe Fan-Out architectural pattern is widely used in distributed systems to allow a single message or event to trigger multiple parallel actions. This concept is essential in modern architectures as it enables scalability, parallel processing, and dec...Dec 9, 2024·3 min read