diyrex/Blue Green Env Tracker
Manage blue-green deployments using AWS DynamoDB for state tracking
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS Access Key ID | yes | — |
| aws-secret-access-key | AWS Secret Access Key | yes | — |
| aws-region | AWS Region | yes | us-east-1 |
| table-name | DynamoDB table name for deployment state | yes | blue-green-deployments |
| deployment-key | Unique key for this deployment (e.g., service name or environment) | yes | — |
| action | Action to perform: init, get-active, set-active, get-inactive, toggle | yes | — |
| color | Color to set as active (blue/green) - required for init and set-active actions | no | — |
| initial-color | Initial color for initialization (blue/green) | no | blue |
Outputs
| name | description |
|---|---|
| active-color | Currently active color (blue/green) |
| inactive-color | Currently inactive color (blue/green) |
| previous-color | Previous active color before change |
| table-created | Whether the DynamoDB table was created in this run |