@middy/rds
v7.3.4
Published
RDS (Relational Database Service) connection middleware for the middy framework
Readme
Install
Pick the adapter that matches your driver and install the matching peer deps.
# pg.Client / pg.Pool
npm install --save @middy/rds pg
# postgres.js
npm install --save @middy/rds postgresFor IAM token authentication, pair with @middy/rds-signer and pass internalKey so the resolved token is merged into config.password before the client is built.
Documentation and examples
For documentation and examples, refer to the main Middy monorepo on GitHub or Middy official website.
Contributing
Everyone is very welcome to contribute to this repository. Feel free to raise issues or to submit Pull Requests.
License
Licensed under MIT License. Copyright (c) 2017-2026 will Farrell, Luciano Mammino, and Middy contributors.
