Integration & Automation
Category: Developer Tools
Use AWS CDK to initialize Amazon RDS instances
Combine IaC resources and Lambda functions with the AWS CDK framework to initialize Amazon RDS scripts.
How to automate your software-composition analysis on AWS
In this blog post, we discuss an operation that reduces the risk of downloading new packages from public repositories.
Deploy an SPA with personalized subdomains using AWS CDK
Learn how to deploy a single-page application (SPA) with customer-specific subdomains automatically with AWS Cloud Development Kit (AWS CDK).
How to trigger AWS CodeBuild jobs for selective file changes in AWS CodeCommit
Learn how you can build only the files that need to be built when you commit changes. This solution uses AWS CodeCommit, AWS Lambda, and AWS CodeBuild to run selective builds of changes based on file type.
Building a CI/CD pipeline for Hugo websites
Learn how to use a code pipeline to automate the static file generation and content publishing process of a Hugo website.
Introducing TaskCat v0.9
TaskCat 0.9 introduces some significant changes that aim to make TaskCat a general-purpose AWS CloudFormation testing tool.
Using a long-lived compute resource as a custom resource in AWS CloudFormation
Learn how to extend AWS CloudFormation by using AWS CodeBuild as a long-lived compute environment. This example is based on the AWX Quick Start.