AWS

Getting Started with Amazon SQS

Getting Started with Amazon SQS

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling and communication between the components of a distributed system.

Read more
Getting Started with AWS CDK

Getting Started with AWS CDK

Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through a manual process. AWS provides native support for IaC through the CloudFormation service.

Read more

Publishing Metrics from Spring Boot to Amazon CloudWatch

Metrics provide a quantifiable measure of specific attributes of an application. A collection of different metrics give intelligent insights into the health and performance of an application.

Read more

Sending Emails with Amazon SES and Spring Cloud AWS

Email is a convenient way to communicate different kinds of events from applications to interested parties. Amazon Simple Email Service (SES) is an email platform that provides an easy and cost-effective way to send and receive emails.

Read more

Caching with ElastiCache for Redis and Spring Cloud AWS

ElastiCache is a fully managed caching service available in AWS Cloud. Spring Cloud AWS helps us to simplify the communication of Spring Boot application with AWS services.

Read more

Working with AWS DynamoDB and Spring

AWS DynamoDB is a NoSQL database service available in AWS Cloud. DynamoDB provides many benefits starting from a flexible pricing model, stateless connection, and a consistent response time irrespective of the database size.

Read more