AWS Tutorials

AWS articles on topics like Amazon S3, Amazon SQS, Amazon DynamoDB, Amazon API Gateway, AWS Lambda, Code Deploy, EC2, Autoscaling, Cloud-formation.

AWS Lambda Interview Questions for Developers

Upasana | September 07, 2022 | | 0 views | AWS Tutorials

AWS Lambda Interview Questions for Java, Python and Kotlin developers - What is AWS Lambda, What are pros and cons of using lambda, etc.

Read Article

S3 File upload & download with AWS Java SDK v2

Upasana | August 23, 2022 | 4 min read | 4,118 views | AWS Tutorials

Spring boot program for S3 upload and download using AWS Java SDK v2. Object level operations on S3 bucket including PutObject, GetObject and GetUrl operation on S3 Objects

Read Article

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

AWS Lambda in Kotlin using Spring Cloud Function

Upasana | August 01, 2020 | 5 min read | 455 views | AWS Tutorials

In this tutorial we will use Spring Cloud Functions (version 2.x) in Kotlin to create and deploy a simple AWS Lambda.

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

Scan all records of a Amazon DynamoDB table using a Java Code

Upasana | September 19, 2019 | 1 min read | 1,966 views | AWS Tutorials

In this article we will scan all records from an Amazon DynamoDB table using a Java Code and AWS SDK

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

Creating AWS Lambda using python 3.6

Upasana | August 31, 2019 | 3 min read | 147 views | AWS Tutorials

In this article we will setup a simple AWS lambda function using python 3.6 language and invoke it from aws cli.

Read Article

Invoke AWS Lambda from a Kotlin Client

Upasana | August 12, 2019 | 2 min read | 208 views | AWS Tutorials

In this tutorial, we will invoke an existing lambda function from a Java Client with aws-java-sdk. This approach can be used to invoke a lambda from another lambda or a java based microservice running as full fledged server app.

Read Article

Invoking AWS Lambda from a Java Client

Upasana | August 12, 2019 | 2 min read | 1,153 views | AWS Tutorials

In this tutorial, we will invoke an existing lambda function from a Java Client with aws-java-sdk.

Read Article