From a871b042809386294cafbc393e97b96163f4a055 Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Sun, 17 Mar 2024 03:15:05 +0100 Subject: [PATCH] Add pointer for additional config for AWSKeyManager (#1331) * add config link to kms * Update site/docs/web5/build/decentralized-identifiers/key-management.mdx --- .../web5/build/decentralized-identifiers/key-management.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/docs/web5/build/decentralized-identifiers/key-management.mdx b/site/docs/web5/build/decentralized-identifiers/key-management.mdx index 2dcf55f39..ce7f24171 100644 --- a/site/docs/web5/build/decentralized-identifiers/key-management.mdx +++ b/site/docs/web5/build/decentralized-identifiers/key-management.mdx @@ -71,4 +71,7 @@ Below is an example that uses `AwsKeyManager` for production environments, and ` \ No newline at end of file +]} /> + +## Configuring AWS Key Manager +You can pass additional parameters to `AWSKeyManager()` to set up your key manager instance. See the [API Reference Guide](https://tbd54566975.github.io/web5-js/types/_web5_crypto_aws_kms.AwsKeyManagerParams.html) for information on how to use the KMSClient instance from the AWS SDK to store the private keys to your DID. \ No newline at end of file