aws-sdk-js-v3-rds-signer-cjs

An AWS IAM database authentication token signer for RDS, implementing RDS.Signer for AWS SDK for JS v3

Usage no npm install needed!

<script type="module">
  import awsSdkJsV3RdsSignerCjs from 'https://cdn.skypack.dev/aws-sdk-js-v3-rds-signer-cjs';
</script>

README

aws-sdk-js-v3-rds-signer-cjs

An AWS IAM database authentication token signer for RDS, implementing RDS.Signer for AWS SDK for JS v3

Installing

npm install --save aws-sdk-js-v3-rds-signer-cjs

This is a light fork of aws-sdk-js-v3-rds-signer. That package only provides an esm module and no support for cjs. Unfortunately there are still many usecases that require a commonjs module, so this fork provides that. When/if AWS finally releases their official module, this will be deprecated.