AWS
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 moreCaching 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 moreWorking 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 moreGetting Started With AWS RDS and Spring Cloud
Amazon Relational Database Service (AWS RDS) is a relational database service available in AWS Cloud. The Spring Framework always had good support for database access technologies built on top of JDBC.
Read moreGetting Started With AWS SQS and Spring Cloud
Spring Cloud is a suite of projects containing many of the services required to make an application cloud-native by conforming to the 12-Factor principles.
Read moreSecuring Data in AWS
Amazon Web Services provide many possibilities to secure data in the cloud. In this article, we will have a closer look at how to encrypt different types of data at rest on AWS.
Read more