-
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(appmesh): allow setting the DnsResponseType in DNS ServiceDiscovery #15388
Conversation
This was a fast one 😃. |
@skinny85 - I realized I submitted the PR directly into main repo before having an internal review but ready now! |
9c76aa8
to
a6dd297
Compare
Checking the reason for build failure. |
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.
Looks good overall. A few suggestion/questions.
4d9a833
to
aab0ecc
Compare
@skinny85 - I wish there is revoke button on re-request review. Fixing the conflicts now. |
83a8bec
to
1858df3
Compare
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.
Looks almost perfect! A few last minor comments.
REV3:
|
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.
Looks great!
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Co-authored-by: Adam Ruka <adamruka@amazon.com>
Co-authored-by: Adam Ruka <adamruka@amazon.com>
@skinny85 - Sorry, I think I overwritten your approval after committing the last two suggestions. |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ery (aws#15388) #### REV: - Adding new property `responseType` to DNS `ServiceDiscovery` - Changing `.cloudMap()` factory method to accept positional argument - Adding a runtime-error to check if the service discovery is defined when listener is specified BREAKING CHANGE: `ServiceDiscovery.cloudMap()` method has been changed to accept positional arguments ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…ery (aws#15388) #### REV: - Adding new property `responseType` to DNS `ServiceDiscovery` - Changing `.cloudMap()` factory method to accept positional argument - Adding a runtime-error to check if the service discovery is defined when listener is specified BREAKING CHANGE: `ServiceDiscovery.cloudMap()` method has been changed to accept positional arguments ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
REV:
responseType
to DNSServiceDiscovery
.cloudMap()
factory method to accept positional argumentBREAKING CHANGE:
ServiceDiscovery.cloudMap()
method has been changed to accept positional argumentsBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license