Skip to content

Commit 2f7c6b7

Browse files
committed
grammar fixes
1 parent b8bd70f commit 2f7c6b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utilities/data_masking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stateDiagram-v2
2828
}
2929
3030
Handler --> Processor: Collect results
31-
Processor --> LambdaResponse: Obfuscated data
31+
Processor --> LambdaResponse: Masked/encrypted data
3232
```
3333

3434
## Key features
@@ -67,7 +67,7 @@ If using your own encryption provider, make sure to have the necessary resources
6767
When using the data masking utility with dictionaries or JSON strings, you can provide a list of keys to obfuscate the corresponding values. If no fields are provided, the entire data object will be masked or encrypted. You can select values of nested keys by using dot notation.
6868

6969
???+ note
70-
If you're using our example [AWS Serverless Application Model (SAM) template](#using-a-custom-encryption-provider), you will notice we have configured the Lambda function to use a memory size of 1024 MB. We compared the performances of Lambda functions of several different memory sizes and concluding 1024 MB was the most optimal size for this feature. For more information, you can see the full reports of our [load tests](https://github.com/aws-powertools/powertools-lambda-python/pull/2197#issuecomment-1730571597) and [traces](https://github.com/aws-powertools/powertools-lambda-python/pull/2197#issuecomment-1732060923).
70+
If you're using our example [AWS Serverless Application Model (SAM) template](#using-a-custom-encryption-provider), you will notice we have configured the Lambda function to use a memory size of 1024 MB. We compared the performances of Lambda functions of several different memory sizes and concluded 1024 MB was the most optimal size for this feature. For more information, you can see the full reports of our [load tests](https://github.com/aws-powertools/powertools-lambda-python/pull/2197#issuecomment-1730571597) and [traces](https://github.com/aws-powertools/powertools-lambda-python/pull/2197#issuecomment-1732060923).
7171

7272
=== "AWS Serverless Application Model (SAM) example"
7373
```yaml hl_lines="11-23 30 33-39 46"

0 commit comments

Comments
 (0)