[Feature Request] Cloudformation Badge Construct #4072
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
needs-design
This feature request needs additional design work.
p2
🚀 Feature Request
Dynamic Cloudformation Badge Construct
General Information
Description
There is NOTHING more annoying than having to update the CodeBuild / CodePipeline status badge manually on a github project repo README.md. Nothing. JK. It is annoying though.
Wouldn't it be great if there was a CDK construct you could add to your Codebuild / Codepipeline stack and an easy svg url to put on a readme that could make this easier?
Proposed Solution
Although I don't have a solution for a construct this person actually wrote a CF template that does this: https://github.com/galaxy4public/aws-cloudformation-badges
Because it's a stack level component the CDK version would look something like this:
Maybe v1 could incorporate a single project / pipeline.
Environment
Other information
The text was updated successfully, but these errors were encountered: