From d8b152b4cd6b904cad608e9c7db6e10d4d2a8c31 Mon Sep 17 00:00:00 2001 From: Joel Scheuner Date: Thu, 27 Feb 2025 12:00:38 +0100 Subject: [PATCH] Add Lambda@Edge service principal --- localstack-core/localstack/utils/aws/client_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/localstack-core/localstack/utils/aws/client_types.py b/localstack-core/localstack/utils/aws/client_types.py index 5e0b907950b17..4b776219d8f97 100644 --- a/localstack-core/localstack/utils/aws/client_types.py +++ b/localstack-core/localstack/utils/aws/client_types.py @@ -272,6 +272,7 @@ class ServicePrincipal(str): apigateway = "apigateway" cloudformation = "cloudformation" dms = "dms" + edgelambda = "edgelambda" events = "events" firehose = "firehose" lambda_ = "lambda"