Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Add pointer for additional config for AWSKeyManager #1331

Merged
merged 3 commits into from
Mar 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ Below is an example that uses `AwsKeyManager` for production environments, and `
<Shnip snippets={[
{ snippetName: 'initializeKeyManagementJs', language: 'JavaScript'},
{ snippetName: 'initializeKeyManagementKt', language: 'Kotlin'}
]} />
]} />

angiejones marked this conversation as resolved.
Show resolved Hide resolved
### 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.
Loading