-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(codedeploy): support multiple load balancers for deployment groups #27607
Conversation
…p.ts Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
…up.test.ts Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
…up.test.ts Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
|
Initial PR can be found here, creating a new PR from new feature branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening a new PR and implementing the changes from the last review 👍
I added some suggestions for the test case and documentation.
packages/aws-cdk-lib/aws-codedeploy/test/server/deployment-group.test.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
…up.test.ts Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
@nicolastremblay1 |
Tested: `yarn run test -- '/Users/nictrem/Documents/aws-cdk/packages/aws-cdk-lib/aws-codedeploy/test/server/deployment-group.test.ts'`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thank you for your contribution!
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ps (#27607) ### Summary This change adds multiple load balancer support for CodeDeploy deployment groups. There is a currently a loadBalancer field in the ServerDeploymentGroup, adding loadBalancers might be a good field to extend the functionality to create a deployment group with multiple load balancers. Closes #27407
Summary
This change adds multiple load balancer support for CodeDeploy deployment groups.
There is a currently a loadBalancer field in the ServerDeploymentGroup, adding loadBalancers might be a good field to extend the functionality to create a deployment group with multiple load balancers.
Closes #27407