DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Fine-grained Continuous Delivery With CodePipeline and AWS Step Functions

5 years ago aws.amazon.com
Fine-grained Continuous Delivery With CodePipeline and AWS Step Functions

Summary: This is a summary of an article originally published by AWS DevOps Blog. Read the full original article here →

Automating your software release process is an important step in adopting DevOps best practices. CodePipeline attempts to strike a balance between enforcing best practices out-of-the-box and offering enough flexibility to cover as many use-cases as possible.

Previously, accomplishing such a workflow required you to create custom integrations that marshaled data between CodePipeline and Step Functions.

You use the REST API to capture the response and send it to Step Functions to continue the state machine execution.

After you create your state machine, Lambda function, and REST API, return to CodePipeline console and add the Step Functions integration to your existing release pipeline.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com