UNPKG

@cuonghx.gu-tech/ethers-aws-kms-signer

Version:

The @aws-sdk/client-kms integration with ethers@v6 signer

27 lines (19 loc) 487 B
# ethers-aws-kms-signer The @aws-sdk/client-kms integration with ethers@v6 signer ## Feature - ethers@v6 signer compatible ## Install ```sh npm install @cuonghx.gu-tech/ethers-aws-kms-signer ``` ## Usage ```javascript signer = new AwsKmsSigner({ keyId: process.env.TEST_KMS_KEY_ID!, region: process.env.TEST_KMS_REGION_ID!, credentials: { accessKeyId: process.env.AWS_ACCESS_KEY_ID!, secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!, }, }); ```