* Fix typos in comments.
* Add documentation of how to use multiple keys with `aws_secretsmanager` function.
* Move `Client` struct to `secretsmanager.go` file.
@ -203,7 +203,16 @@ a user variable to an AWS Secrets Manager secret.
}
```
This will default `password` to the secret value stored at AWS Secrets Manager.
In the example above it is assumed that only one key is stored in `sample/app/password` if there are multiple keys stored in it then you need to indicate the specific key you want to fetch as shown below.