Creating an AWS Lambda Python Layer by Logging into an AWS EC2 Linux Instance

In this tutorial, we’ll walk through the steps to create an AWS Lambda Python layer using an AWS EC2 Linux instance. If you’re looking to package dependencies for your Lambda function and find that doing so on your local machine isn’t feasible (due to OS or environment mismatches), then using an EC2 instance is a … Read more

Unraveling an Intriguing AWS Lambda Quirk: A Deep Dive into Unusual Behavior

Introduction: In my recent project leveraging AWS Lambda, I encountered a peculiar behavior that I believe warrants attention and discussion. With nearly five years of hands-on experience with AWS, I can confidently assert that AWS Lambda stands out as one of my favorite services. In this particular project, Lambda played a central role, triggered seamlessly … Read more

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