WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a fully standalone version of the RDS/Aurora refresh tool that can
be built and deployed immediately without requiring a DBLab Engine
release. This version has no dependencies on DBLab internal packages.
The standalone component includes:
- Self-contained Go module with minimal dependencies
- Makefile for easy building (CLI, Lambda, Docker)
- SAM template for AWS Lambda deployment
- Dockerfile for container builds
- Comprehensive documentation
Can be used immediately by:
1. go build -o rds-refresh .
2. ./rds-refresh -config config.yaml
0 commit comments