How to resolve "Unable to validate the following destination configurations" while adding event notification to your S3 bucket?

Posted on February 25, 2021 in tutorial fixes

In this small article, I'll demonstrate how I resolved the lambda issue while adding S3 event notification.


Continue reading

Build AWS CodePipeline CI/CD for your Django Application

Posted on February 15, 2019 in tutorial

In this article, you'll learn how to setup AWS CodePipeline for Continuous Integration and Continuous Delivery (CI/CD) pipeline for your Django Application.


Continue reading

From Bitbucket Pipeline to AWS CodeCommit

Posted on February 08, 2019 in tutorial

In this article you'll ne learning how to sync your BitBucket repository to AWS CodeCommit. Once your AWS CodeCommit is synced with your BitBucket repo you can use AWS CodeCommit for many AWS services like CodePipeline, CodeBuild, CodeDeploy etc.


Continue reading