AWS
Offloading File Transfers with Amazon S3 Presigned URLs in Spring Boot
When building web applications that involve file uploads or downloads, a common approach is to have the files pass through an application server.
Read moreIntegrating Amazon S3 with Spring Boot Using Spring Cloud AWS
In modern web applications, storing and retrieving files has become a common requirement. Whether it is user uploaded content like images and documents or application generated logs and reports, having a reliable and scalable storage solution is crucial.
Read morePublisher-Subscriber Pattern Using AWS SNS and SQS in Spring Boot
In an event-driven architecture where multiple microservices need to communicate with each other, the publisher-subscriber pattern provides an asynchronous communication model to achieve this.
Read moreStructured Logging with Spring Boot and Amazon CloudWatch
The primary purpose of logging in applications is to debug and trace one or more root causes of an unexpected behavior.
Read moreGetting Started with AWS Step Functions
AWS Step Functions is a serverless orchestration service by which we can combine AWS Lambda functions and other AWS services to build complex business applications.
Read moreDistribute Static Content with Amazon CloudFront
Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency.
Read more