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

fix(aurora): aurora security group CDK native syntax #1045

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

aws-rafams
Copy link
Contributor

@aws-rafams aws-rafams commented Mar 31, 2025

Fixes #1033

  • Interface changes
  • Build
  • Testing

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

@moltar
Copy link

moltar commented Mar 31, 2025

I think this PR introduced a lot of unnecessary formatting changes (replaces ' with ") which makes it difficult to review.

@MichaelWalker-git
Copy link
Contributor

This is weird because prime /eslint should have picked it up.

Copy link

codecov bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.54%. Comparing base (49e156e) to head (3352ed8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1045   +/-   ##
=======================================
  Coverage   94.53%   94.54%           
=======================================
  Files          71       71           
  Lines       21335    21362   +27     
  Branches      653      653           
=======================================
+ Hits        20169    20196   +27     
  Misses       1166     1166           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@krokoko
Copy link
Collaborator

krokoko commented Apr 1, 2025

LGTM, just need to test it, build is green now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why does ExistingAmazonAuroraVectorStore require auroraSecurityGroupId?
5 participants