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"