8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e9ac8 commit b4cfd0fCopy full SHA for b4cfd0f
localstack/deprecations.py
@@ -202,12 +202,6 @@ def is_affected(self) -> bool:
202
"Function creation now happens asynchronously in the new lambda provider "
203
"https://docs.localstack.cloud/user-guide/aws/lambda/#migrating-to-lambda-v2",
204
),
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
- ),
211
EnvVarDeprecation(
212
"LAMBDA_CONTAINER_REGISTRY",
213
"2.0.0",
0 commit comments