@middy/dsql
v7.3.4
Published
Aurora DSQL 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/dsql @aws/aurora-dsql-node-postgres-connector pg
# postgres.js
npm install --save @middy/dsql @aws/aurora-dsql-postgresjs-connector postgresThe AWS Aurora DSQL connectors generate and refresh IAM tokens internally, so this middleware does not need @middy/dsql-signer or any manual signing setup.
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.
