In this post, I am going to explain how we can scan docker images for vulnerabilities from a CI/CD pipeline. I use AWS CodePipeline to scan Docker images stored in AWS ECR. Refer to the original article that I published on https://duleendra.medium.com
Category: CodePipeline
Lambda Canary Based Deployment Using CodePipeline, CodeDeploy, and SAM
In this post, I will show you how we can deploy an AWS Lambda function using the “canary-based” deployment strategy. Refer to the original article that I published on https://duleendra.medium.com
Deploying a Lambda Function Using AWS CodePipeline
In this post, I will show you how we can deploy an AWS Lambda function using AWS CodePipeline. I use AWS SAM for creating the Lambda function and AWS CDK for creating the CodePipeline and its components. Refer to the original article that I published on https://duleendra.medium.com
Deploy Your Static Web App to S3 Using AWS CodePipeline & CDK
In this post, I will show you how we can automate the deployment process of a static website using AWS CodePipline and AWS CDK. I will deploy a simple React App using AWS CodePipleline and its components. Refer to the original article that I published on https://duleendra.medium.com
Creating AWS CodePipeline Using AWS CDK
In this post, I will show you how to implement the CodePipeline and its components using AWS Cloud Development Kit (CDK). Refer to the original article that I published on https://duleendra.medium.com