Mock AWS Services in Local Development Environment with LocalStack and NodeJS

Mock AWS Services in Local Development Environment with LocalStack and NodeJS

I was developing and deploying the applications to dedicated servers, on-premises and shared servers. In 2017, I got an opportunity to work with AWS for one of the retail online ecommerce web application. Since then primarily, I have been developing AWS based applications. In my career, I have used many AWS services. Primarily, Route 53, EC2 instances, RDS, SQS, SNS, S3 buckets and so on. Developing and testing applications in the real AWS account is sometimes time-consuming, costly and has dependency on the internet....

November 19, 2022 · 9 min · 1848 words · Prakash Bhandari
How to Copy S3 Bucket Objects From One AWS Account to Another Account

How to Copy S3 Bucket Objects From One AWS Account to Another Account

I had to transfer the S3 bucket objects form one AWS account (Source account) to another AWS account (Destination Account) within the same region. But, transferring the objects form one AWS account to another is not straight forward. According to AWS documentation its transfer the ownership of S3 objects from one account to another AWS account rather than transferring the objects itself. To transfer this ownership we have to go through multiple steps....

September 23, 2019 · 4 min · 738 words · Prakash Bhandari