Skip to content

Commit

Permalink
Added SAM template section to md file
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed Oct 12, 2023
1 parent 7b1645d commit 3c83aa0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/utilities/data_masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ In order to encrypt data, you must use either our out-of-the-box integration wit
--8<-- "examples/data_masking/src/getting_started_encrypt_data.py"
```

### SAM template example
=== "template.yaml"
```yaml hl_lines="11-23 30 33-39 46"
--8<-- "examples/data_masking/sam/template.yaml"
```

=== "data_masking_function_example.py"
```python hl_lines="8 47-50"
--8<-- "examples/data_masking/src/data_masking_function_example.py"
```

=== "output.json"
```json
--8<-- "examples/data_masking/src/data_masking_function_example_output.json"
```

## Advanced

### Adjusting configurations for AWS Encryption SDK
Expand Down

0 comments on commit 3c83aa0

Please sign in to comment.