diyrex/Blue Green Env Tracker

Manage blue-green deployments using AWS DynamoDB for state tracking

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws-access-key-idAWS Access Key IDyes
aws-secret-access-keyAWS Secret Access Keyyes
aws-regionAWS Regionyesus-east-1
table-nameDynamoDB table name for deployment stateyesblue-green-deployments
deployment-keyUnique key for this deployment (e.g., service name or environment)yes
actionAction to perform: init, get-active, set-active, get-inactive, toggleyes
colorColor to set as active (blue/green) - required for init and set-active actionsno
initial-colorInitial color for initialization (blue/green)noblue
namedescription
active-colorCurrently active color (blue/green)
inactive-colorCurrently inactive color (blue/green)
previous-colorPrevious active color before change
table-createdWhether the DynamoDB table was created in this run