Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d-w-arnold/aws-codepipeline-examples

AWS CodePipeline `buildspec.yml` (pipeline build stage specification) files.
https://github.com/d-w-arnold/aws-codepipeline-examples

aws-codepipeline buildspec yml-files

Last synced: 26 days ago
JSON representation

AWS CodePipeline `buildspec.yml` (pipeline build stage specification) files.

Awesome Lists containing this project

README

        

# aws-codepipeline-examples

What is [AWS CodePipeline](https://aws.amazon.com/codepipeline/)?

This repo is a submodule of: [aws-cdk-examples](https://github.com/d-w-arnold/aws-cdk-examples)

Each CodePipeline pipeline uses [CodeConnections](https://docs.aws.amazon.com/codeconnections/latest/APIReference/Welcome.html) (formerly CodeStar Connections), to connect to [Bitbucket](https://www.atlassian.com/software/bitbucket/) in order to source changes for a given: `repo:branch`

Each CodePipeline pipeline uses a build project (defined in [CodeBuild](https://aws.amazon.com/codebuild/)) for the build steps of the pipeline.