File tree 2 files changed +0
-10
lines changed
aws_lambda_powertools/utilities/data_masking
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
- """
2
- Note: This utility is currently in a Non-General Availability (Non-GA) phase and may have limitations.
3
- Please DON'T USE THIS utility in production environments.
4
- Keep in mind that when we transition to General Availability (GA), there might be breaking changes introduced.
5
- """
6
-
7
1
from aws_lambda_powertools .utilities .data_masking .base import DataMasking
8
2
9
3
__all__ = [
Original file line number Diff line number Diff line change 19
19
20
20
class DataMasking :
21
21
"""
22
- Note: This utility is currently in a Non-General Availability (Non-GA) phase and may have limitations.
23
- Please DON'T USE THIS utility in production environments.
24
- Keep in mind that when we transition to General Availability (GA), there might be breaking changes introduced.
25
-
26
22
The DataMasking class orchestrates erasing, encrypting, and decrypting
27
23
for the base provider.
28
24
You can’t perform that action at this time.
0 commit comments