Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/custom-resources/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: paulhcsun <47882901+paulhcsun@users.noreply.github.com>
  • Loading branch information
GavinZZ and paulhcsun authored Jun 28, 2024
1 parent fd2ae9f commit 510b5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ through the `objectKey` property.
### Masking the output of log statements

When using the Provider framework to create a custom resource, the request and response
objects are logged by the provider function.If secret values are returned in the custom
objects are logged by the provider function. If secret values are returned in the custom
resource's Data object, it would be logged and exposed which possesses security threats.

To mask the output of log statements, you can utilize the `NoEcho` field in the custom
Expand Down

0 comments on commit 510b5b9

Please sign in to comment.