What is Amazon S3 and how to get started?

Amazon S3 is the storage service provided by Amazon. It is one of the services from AWS which is widely used with minimum cost. In this article, let us understand S3 and how I used S3 in my project along with a simple demo. In case you are someone new to AWS then take a … Read more

How to add Discovery results to Amazon S3 for sensitive data discovery results in Amazon Macie

When you create a job on Amazon Macie you will be prompted that you do not have an s3 bucket configured for sensitive data discovery results. If you did not configure it, then our results will be deleted within 90 days. In this article, let’s see how to add Discovery results to Amazon S3 for … Read more

How to display images from the Amazon S3 bucket?

If you are using Amazon S3 for storing images then mostly then you will arrive at a situation of displaying those images on a webpage. You can use javascript, angular, or any other programming language in the frontend but you need to keep some points in mind before proceeding. In case you are someone new … Read more

What is Amazon Simple Queue Service (SQS)? How to get started?

Amazon Simple Queue Service (SQS) is a service that is used whenever you want to decouple your application or for asynchronous execution. There is detailed documentation on the official AWS website. In this article, I am going to share my personal experience with SQS and a demo to get started. In case you are completely … Read more

What is Git and why should you use it?

Let us assume you are a solo programmer working on a project. You will try to achieve your requirements without concentrating on adding extra features initially. Now you have completed your project with no additional features. And then naturally we will get tempted to add more features. You are showing a demo to your clients … Read more

How to reupload an Amazon S3 object using prefix from AWS Lambda?

I have been using AWS services for the past 2 years. And if you are wondering why to reupload the same file to the same location. I personally had a case where an AWS lambda function will be triggered whenever a “.json” file is uploaded to the S3 bucket. Also, I did not have console … Read more

What is AWS SNS and how to get started?

Amazon Web services offer many services out of which Simple Notification Service (SNS) was launched in 2010. As the name suggests its primary job is to notify. It provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users. In case you are someone new to AWS, take a look at my … Read more

How I got 937 marks in the AWS Certified Developer Associate exam?

Amazon Web Service is undoubtedly one of the leading cloud service providers. AWS offers several certifications in which AWS Certified Developer is one of those. I recently completed this exam and scored 937 out of 1000. This article is all about what that exam is all about and how to clear it. Prerequisites Why should … Read more

What is AWS and what solution do they offer?

The launch of Amazon web services is really a game-changer. There are so many companies that are totally dependent on AWS. In this article, you are going to know what AWS is and the solution are they offering? This article is going to be narrated as a story for a better understanding.  Let’s start a … Read more

How to learn any programming language from scratch?

Learning a new programming language or any technology, in general, is considered a tough job. The major reason is that we have to come out of our comfort zone. In this article, I have given helpful tips which can help you learn any technology from scratch. START Most people procrastinate and plan to start on … Read more