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

DSQL: implement create_cluster() #8425

Merged
merged 2 commits into from
Dec 22, 2024
Merged

Conversation

cm-iwata
Copy link
Contributor

This PR is part of #8413

add DSQL create_cluster() implementation.

@@ -45,6 +45,7 @@
("directconnect", re.compile("https?://directconnect\\.(.+)\\.amazonaws\\.com")),
("dms", re.compile("https?://dms\\.(.+)\\.amazonaws\\.com")),
("ds", re.compile("https?://ds\\.(.+)\\.amazonaws\\.com")),
("dsql", re.compile("https?://dsql\\.(.+)\\.api\\.aws")),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

DSQL Endpoint is sub domain of api.aws like dsql.us-east-1.api.aws not amazonaws.com

Copy link
Collaborator

Choose a reason for hiding this comment

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

Interesting. I wonder whether that's an outlier, or whether they're going to host other (existing?) services there as well.

Copy link

codecov bot commented Dec 22, 2024

Codecov Report

Attention: Patch coverage is 98.27586% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.60%. Comparing base (db93058) to head (264f7c1).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
moto/moto_server/werkzeug_app.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8425   +/-   ##
=======================================
  Coverage   94.60%   94.60%           
=======================================
  Files        1163     1167    +4     
  Lines      101638   101697   +59     
=======================================
+ Hits        96152    96210   +58     
- Misses       5486     5487    +1     
Flag Coverage Δ
servertests 28.82% <6.89%> (-0.02%) ⬇️
unittests 94.57% <98.27%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@bblommers bblommers left a comment

Choose a reason for hiding this comment

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

This looks great - thank you @cm-iwata!

@bblommers bblommers added this to the 5.0.25 milestone Dec 22, 2024
@bblommers bblommers merged commit a7c08bd into getmoto:master Dec 22, 2024
53 checks passed
@cm-iwata cm-iwata deleted the feat/add-dsql branch December 22, 2024 12:48
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.

2 participants