You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fan-Out Serverless Architectures Using SNS, SQS and EC2 Instances built using Cloudformation resources. Applications running on EC2 instances are designed to consume messages from different queues depending on the message type.
Useful text-analysis API for detecting offensive words in text files, leveraging AWS S3 for storage, SQS for async processing, and DynamoDB for storing insights.
This project consists of a microservice that receives notification registrations through a REST API, saves them in a PostgreSQL database and, at the scheduled time, calls the appropriate channel's sending services through Spring Scheduling. The services considered are WhatsApp, SMS, Email and Push.
Java Spring Boot application for managing products and categories, featuring a RESTful API integrated with MongoDB and AWS services (SNS and S3) for real-time notifications and catalog storage.