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

Commit 3bd884b

Browse files
Deprecate TaggingService (#13697)
1 parent 4c7fcdf commit 3bd884b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

localstack-core/localstack/utils/tagging.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
from warnings import deprecated
2+
3+
4+
@deprecated("`TaggingService` is deprecated. Please use the `RGTAPlugin`/`Tagger` system.")
15
class TaggingService:
26
key_field: str
37
value_field: str

0 commit comments

Comments
 (0)