curquhart / ddcp

Data Driven CodePipeline synthesizer
MIT License
0 stars 0 forks source link

Data Driven CodePipeline synthesizer

Build Status Coverage Status

About

DDCP (Data Driven CodePipeline synthesizer) is designed to make dynamic CodePipeline configuration trivial. It is currently in a POC-like state and only supports CodeCommit and CodeBuild.

Please see Enhancement Issues for planned features and to submit any feature requests.

Deploy from SAR console

Region Click and Deploy
ap-northeast-1
ap-northeast-2
ap-south-1
ap-southeast-1
ap-southeast-2
ca-central-1
eu-central-1
eu-north-1
eu-west-1
eu-west-2
eu-west-3
sa-east-1
us-east-1
us-east-2
us-west-1
us-west-2

Deploy from CLI

$ aws serverlessrepo create-cloud-formation-template --application-id arn:aws:serverlessrepo:us-west-1:901151029385:applications/ddcp
{
    "Status": "PREPARING",
    "TemplateId": "11111111-2222-3333-4444-555555555555",
    "CreationTime": "2020-04-11T01:02:03.456Z",
    "SemanticVersion": "1.0.0",
    "ExpirationTime": "2020-04-11T07:02:03.456Z",
    "ApplicationId": "arn:aws:serverlessrepo:us-west-1:901151029385:applications/ddcp",
    "TemplateUrl": ""
}