aws / aws/aws-cdk

(@aws-cdk/aws-codedeploy): Add support for Triggers property in ServerDeploymentGroup cdk construct

Open
#34,282 3 comments 0 reactions 0 assignees View on GitHub
@aws-cdk/aws-codedeploy feature-request mixins p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

### Describe the feature

Currently [ServerDeploymentGroup](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-codedeploy.ServerDeploymentGroup.html) construct does not provide prop for adding triggers which are available in [CfnDeploymentGroup](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-codedeploy.CfnDeploymentGroup.html).

### Use Case

Trigger prop would allow configuring triggers for the deployment group in the construct.

### Proposed Solution

_No response_

### Other Information

_No response_

### Acknowledgements

- [x] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

2.192.0

### Environment details (OS name and version, etc.)

N/A

Contributor guide

Open the contributing guide

Research direction

Start by locating the ServerDeploymentGroup construct and the CfnDeploymentGroup construct in the @aws-cdk/aws-codedeploy package, then compare how the underlying deployment-group properties are exposed. Check the package's existing construct tests before adding coverage; done means users can configure deployment triggers through ServerDeploymentGroup and the synthesized deployment group includes them.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.