Amazon S3
aws

Amazon S3

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Table of Content Introduction Buckets Objects Security User Policy S3 Bucket Policies Object Access Control List Bucket Access Control List Scenarios in Policy Assignment. Static Website S3 versioning S3 Replication S3 Storage Class S3 Durability S3 availability General…

RabbitMq in Micronaut
Micronaut

Integrating RabbitMQ in Micronaut: A Step-by-Step Guide

RabbitMQ is a robust and versatile message broker that can be integrated into your Micronaut applications to handle asynchronous communication. It’s especially useful for scenarios where different parts of your application need to communicate without waiting for immediate responses. In this guide, we’ll walk you through the process of integrating RabbitMQ with Micronaut. Prerequisites Before…