Skip to content

Commit

Permalink
docs: add note on min memory and separation of concerns upfront
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Dec 18, 2023
1 parent 352ed1e commit 1dc130c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/utilities/data_masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ AWS Encryption SDK contains non-Python dependencies. This means you should use [

Before you start, you will need a KMS key to encrypt and decrypt your data. Your Lambda function will need read and write access to it.

**NOTE**. We recommend setting a minimum of 1024MB of memory _(CPU intensive)_, and separate Lambda functions for encrypt and decrypt.

=== "AWS Serverless Application Model (SAM) example"
```yaml hl_lines="16 24 35 59-60 66-67"
--8<-- "examples/data_masking/sam/template.yaml"
Expand Down

0 comments on commit 1dc130c

Please sign in to comment.