5 Tips for Learning AWS as a beginner

AWS (Amazon Web Services) is a comprehensive cloud computing platform that provides a range of services for businesses, developers, and individuals. If you’re looking to learn AWS, you’ve come to the right place. Here are 5 tips to help you get started: 1. Start with the basics Before diving into the more complex services offered … Read more

How to create a simple Quiz bot using Amazon LEX and AWS lambda (python)

Amazon LEX is a great service to create chatbots. A quiz bot is something that can be more engaging to customers. Nowadays we can find many companies using quizzes in order to educate their customers to understand our product. In this blog, I am going to show how to create a simple blog. Amazon LEX … Read more

The ultimate guide for migrating Microsoft SQL server to Aurora Postgres using AWS Database Migration Service (DMS)

AWS DMS is one of the popular services used for data migration, especially for huge data migration. For the past few month, I have been working on AWS DMS service and I had many hurdles then and there. In this blog, I will be explaining various steps involved in migrating the SQL server database to … Read more

How to display an image from Amazon S3 on your website?

Most people use Amazon S3 to store images so that they can fetch them whenever required to display on their website. In this blog, I am going to show you the ways this can be done. In case you are someone new to AWS then take a look at this article to know what AWS is and what … Read more

Lambda Concurrency Limits and SQS Does Not Mix Well Every Time

AWS Lambda and SQS are some of the most popular services that Amazon provides. Yes, we do love them but lambda’s concurrency handling with SQS is silly. In this blog, I am going to share my experience working with them. If you are someone new to Lambda or SQS please feel free to check my … Read more

What is Amazon DynamoDB? How to get started?

Amazon DynamoDB is a NoSQL database that is fast and flexible for any scale. I have personally been using it for more than 2 years and in this article, I am going to share with you my experience with it. In case you are someone new to AWS then take a look at this article … Read more