AWS Tutorials

AWS related services - EC2, SQS, Lambda functions, CodeDeploy, Cloudformation, Amazon DynamoDB, Amazon S3, API Gateway

AWS SDK 1.x - S3 file download & upload

Upasana | August 23, 2022 | 3 min read | 216 views | AWS Tutorials

We will use Amazon AWS SDK 1.x to make file upload and download from S3 bucket using Spring Boot application.

Read Article

Python: Send event from AWS Lambda to AWS SQS

Upasana | January 03, 2020 | 3 min read | 2,804 views | AWS Tutorials

We are going to learn how to send event from AWS lambda written in Python language to AWS SQS queue.

Read Article

AWS SDK 2: SQS Object Operations using Spring Boot

Upasana | September 09, 2019 | 4 min read | 986 views | AWS Tutorials

In this tutorial, we will walk through new AWS SDK 2.0 for doing message level operations on SQS queue. We will cover queue listing, send message and retrieve/delete message from SQS queue using AWS SDK 2.0

Read Article