Introduction
Explore how to use AWS Developer Tools to automate continuous integration and delivery, orchestrate deployments, and provision infrastructure with code. Understand CI/CD concepts and learn practical skills with CodeBuild, CodeDeploy, CodePipeline, CloudFormation, and AWS SAM to improve deployment efficiency and reliability on AWS.
We'll cover the following...
We'll cover the following...
This chapter will discuss the AWS services that support continuous integration, continuous delivery (CI/CD), and infrastructure as code (IaC), essential components for modern cloud-native software development.
The way developers build and release software has transformed dramatically with the rise of DevOps and automation. On AWS, developers can leverage a suite of tools ...