Skip to content
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(ecs): allow selection of container and port for SRV service discovery records #12798

Merged
merged 34 commits into from Mar 4, 2021

Conversation

misterjoshua
Copy link
Contributor

@misterjoshua misterjoshua commented Feb 1, 2021

Adds container and containerPort as optional properties of CloudMapOptions. This change allows the user to select which container and container port the SRV record points to.

Closes #12796


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Feb 1, 2021

@misterjoshua misterjoshua changed the title feat(ecs): add BaseService.addCloudMapService feat(ecs): allow selection of container and port for SRV service discovery records Feb 1, 2021
@misterjoshua misterjoshua marked this pull request as ready for review February 1, 2021 06:45
@misterjoshua
Copy link
Contributor Author

It looks like the build is failing because of something to do with poetry in @aws-cdk/aws-lambda-python. I'll merge from the main branch later today.

@SoManyHs SoManyHs added the @aws-cdk/aws-ecs Related to Amazon Elastic Container label Feb 16, 2021
@misterjoshua
Copy link
Contributor Author

@SoManyHs I've resolved the merge conflict. This PR is back to being ready for review. Let me know what you'll need me to change. Thanks.

This was referenced Mar 8, 2021
cornerwings pushed a commit to cornerwings/aws-cdk that referenced this pull request Mar 8, 2021
…overy records (aws#12798)

Adds `container` and `containerPort` as optional properties of `CloudMapOptions`. This change allows the user to select which container and container port the `SRV` record points to.

Closes aws#12796

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(ecs): target a specific container and port for SRV service discovery
4 participants