Skip to content

Commit 3c83aa0

Browse files
committed
Added SAM template section to md file
1 parent 7b1645d commit 3c83aa0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/utilities/data_masking.md

+16
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@ In order to encrypt data, you must use either our out-of-the-box integration wit
5757
--8<-- "examples/data_masking/src/getting_started_encrypt_data.py"
5858
```
5959

60+
### SAM template example
61+
=== "template.yaml"
62+
```yaml hl_lines="11-23 30 33-39 46"
63+
--8<-- "examples/data_masking/sam/template.yaml"
64+
```
65+
66+
=== "data_masking_function_example.py"
67+
```python hl_lines="8 47-50"
68+
--8<-- "examples/data_masking/src/data_masking_function_example.py"
69+
```
70+
71+
=== "output.json"
72+
```json
73+
--8<-- "examples/data_masking/src/data_masking_function_example_output.json"
74+
```
75+
6076
## Advanced
6177

6278
### Adjusting configurations for AWS Encryption SDK

0 commit comments

Comments
 (0)