Skip to content

Commit 1aae9f8

Browse files
refactor(data-masking): remove Non-GA comments (#4334)
Removing comments
1 parent faca79b commit 1aae9f8

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

aws_lambda_powertools/utilities/data_masking/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
from aws_lambda_powertools.utilities.data_masking.base import DataMasking
82

93
__all__ = [

aws_lambda_powertools/utilities/data_masking/base.py

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
class DataMasking:
2121
"""
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-
2622
The DataMasking class orchestrates erasing, encrypting, and decrypting
2723
for the base provider.
2824

0 commit comments

Comments
 (0)