Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit c6d18c1

Browse files
Deprecate TaggingService
1 parent e5fc583 commit c6d18c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

localstack-core/localstack/utils/tagging.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
from warnings import deprecated
2+
3+
4+
@deprecated(
5+
"`TaggingService` is deprecated. Please use the `RGTAPlugin` system. See localstack/localstack-pro#6020 for example."
6+
)
17
class TaggingService:
28
key_field: str
39
value_field: str

0 commit comments

Comments
 (0)