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: enable endpoint discovery (and Timestream Query and Timestream Write) #976

Merged
merged 7 commits into from
Jul 18, 2023

Conversation

ianbotsf
Copy link
Contributor

Issue #

Closes smithy-kotlin#146, closes #800

Description of changes

This change pulls in upstream changes for endpoint discovery and enables Timestream Query and Timestream Write. Also adds new end-to-end tests which verify that endpoint discovery works properly for the two new services.

Companion PR: smithy-kotlin#887

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

Copy link
Collaborator

@aajtodd aajtodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@@ -197,11 +190,6 @@ fun fileToService(applyFilters: Boolean): (File) -> AwsService? = { file: File -
null
}

applyFilters && filename in disabledServices -> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would maybe keep the ability to disable services, it may come in handy at some point.

@sonarcloud
Copy link

sonarcloud bot commented Jul 18, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
23.3% 23.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@ianbotsf ianbotsf merged commit 48c0ee6 into main Jul 18, 2023
10 of 13 checks passed
@ianbotsf ianbotsf deleted the feat-endpoint-discovery branch July 18, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timestream write and query support Endpoint Discovery
3 participants