Serverless MySQL
JSON →A wrapper for mysql2 that manages MySQL connections in serverless environments like AWS Lambda, Google Cloud Functions, and Azure Functions. Current stable version is 2.1.0, released regularly. It prevents connection exhaustion by monitoring and limiting concurrent connections, cleaning up zombie connections, and retrying with exponential backoff. Differentiators include built-in async/await support, simplified transactions, and optional SQL query logging for debugging. Ships TypeScript types and works with any standards-based MySQL server including RDS, Aurora, and Aurora Serverless.
Resources
packageserverless-mysql ↗