Skip to content

Commit a125c24

Browse files
authored
chore(secretmanager): adding missed header in README (#32532)
This PR is to fix the readme, and add back a header that got deleted by mistake in this PR https://github.com/aws/aws-cdk/pull/26329/files#diff-c70c65923cf81d0d8bdd04d2b6160ec67aa5556be569ac08f44359df53de8bb9 ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2e3b2ac commit a125c24

File tree

1 file changed

+2
-0
lines changed
  • packages/aws-cdk-lib/aws-secretsmanager

1 file changed

+2
-0
lines changed

packages/aws-cdk-lib/aws-secretsmanager/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ const secret = new secretsmanager.Secret(this, 'Secret', { encryptionKey: key })
9393
secret.grantRead(otherAccount);
9494
```
9595

96+
## Rotating a Secret
97+
9698
### Using a Custom Lambda Function
9799

98100
A rotation schedule can be added to a Secret using a custom Lambda function:

0 commit comments

Comments
 (0)