-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feature/postgres mcp kiro integration #1863
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
base: main
Are you sure you want to change the base?
Feature/postgres mcp kiro integration #1863
Conversation
…ng cluster and connect to any cluster
…p-kiro-integration
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1863 +/- ##
==========================================
+ Coverage 90.42% 90.64% +0.21%
==========================================
Files 851 843 -8
Lines 63317 62935 -382
Branches 10253 10197 -56
==========================================
- Hits 57254 57047 -207
+ Misses 3772 3606 -166
+ Partials 2291 2282 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…explicitly in MCP tool
| DBUsername=masteruser, | ||
| Region=region) | ||
|
|
||
| db_connection = PsycopgPoolConnection( |
Check notice
Code scanning / Bandit
Possible hardcoded password: ''
| readonly=readonly_query) | ||
| else: | ||
| # must be connection_method == ConnectionMethod.PG_WIRE_PROTOCOL | ||
| db_connection = PsycopgPoolConnection( |
Check notice
Code scanning / Bandit
Possible hardcoded password: ''
Fixes
Summary
This is a new feature commitment to AWS CEO in AI area, and the release date is Dec 15. The test code is still being written but dev code is ready for early review in PR.
Aurora Power is our integration package that seamlessly connects Aurora Postgres with Kiro, including a curated set of steering files and a local Aurora Postgres MCP server. Once installed, developers can build applications using Aurora Postgres as their underlying storage in any programming language, without writing a single line of SQL or touching the RDS console. With just an AWS account, Kiro handles all infrastructure setup through the MCP server, including provisioning the Aurora Postgres cluster, creating databases, and generating tables. The package provides intelligent guidance for database schema design, table structures, and index optimization, incorporating built-in best practices. All interactions and infrastructure provisioning happen seamlessly within the Kiro environment through natural conversation, making database-backed application development intuitive and efficient.
Changes
User experience
You use following LLM prompts to interact with MCP:
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? (Y/N)
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.