Tag: #continuous

DevSecOps with Amazon CodeGuru Reviewer CLI and Bitbucket Pipelines

April 28, 2023 By Mark Otto Off

DevSecOps refers to a set of best practices that integrate security controls into the continuous integration and delivery (CI/CD) workflow. One of the first controls is Static Application Security Testing (SAST). SAST tools run on every code change and search for potential security vulnerabilities before…

Create a CI/CD pipeline for .NET Lambda functions with AWS CDK Pipelines

April 21, 2023 By Mark Otto Off

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in familiar programming languages and provision it through AWS CloudFormation. In this blog post, we will explore the process of creating a Continuous Integration/Continuous Deployment (CI/CD) pipeline for…