8000 Remove deprecation for re-implemented DNS feature (#8603) · codeperl/localstack@b4cfd0f · GitHub
[go: up one dir, main page]

Skip to content

Commit b4cfd0f

Browse files
authored
Remove deprecation for re-implemented DNS feature (localstack#8603)
1 parent b7e9ac8 commit b4cfd0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

localstack/deprecations.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ def is_affected(self) -> bool:
202202
"Function creation now happens asynchronously in the new lambda provider "
203203
"https://docs.localstack.cloud/user-guide/aws/lambda/#migrating-to-lambda-v2",
204204
),
205-
EnvVarDeprecation(
206-
"LAMBDA_DOCKER_DNS",
207-
"2.0.0",
208-
"This feature is currently not supported in the new lambda provider "
209-
"https://docs.localstack.cloud/user-guide/aws/lambda/#migrating-to-lambda-v2",
210-
),
211205
EnvVarDeprecation(
212206
"LAMBDA_CONTAINER_REGISTRY",
213207
"2.0.0",

0 commit comments

Comments
 (0)
0