Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d-w-arnold/aws-codepipeline-examples
- Owner: d-w-arnold
- License: gpl-3.0
- Created: 2024-11-06T15:48:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:28:25.000Z (about 2 months ago)
- Last Synced: 2024-11-20T13:29:25.520Z (about 2 months ago)
- Topics: aws-codepipeline, buildspec, yml-files
- Homepage: https://github.com/d-w-arnold/aws-cdk-examples
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.