CDK CodeDeploy: Support more then one NLB #27407
Labels
@aws-cdk/aws-codedeploy
Related to AWS CodeDeploy
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
hacktoberfest
Good issue for hacktoberfest-ers
p2
Describe the feature
Code Deploy deployment-group.ts only supports a single loadbalancer
https://github.com/aws/aws-cdk/blob/ae24fbff8133c452f72f5c276997e2fb707e054c/packages/aws-cdk-lib/aws-codedeploy/lib/server/deployment-group.ts#L372C11-L372C27
I belive that more then one NLB is supported
Use Case
Have more then one NLB in the Deployment group
Proposed Solution
Change the structure to take a list of NLBs
Other Information
No response
Acknowledgements
CDK version used
v2.99.1
Environment details (OS name and version, etc.)
AL2
The text was updated successfully, but these errors were encountered: