Skip to content

Commit 8cf2f63

Browse files
authored
Add Lambda@Edge service principal (#12313)
1 parent b4c4eb9 commit 8cf2f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localstack-core/localstack/utils/aws/client_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ class ServicePrincipal(str):
272272
apigateway = "apigateway"
273273
cloudformation = "cloudformation"
274274
dms = "dms"
275+
edgelambda = "edgelambda"
275276
events = "events"
276277
firehose = "firehose"
277278
lambda_ = "lambda"

0 commit comments

Comments
 (0)