Skip to content

Commit 8d8fe4a

Browse files
Michael Brewerheitorlessa
Michael Brewer
andauthored
chore: Update aws_lambda_powertools/utilities/data_classes/appsync_resolver_event.py
Co-authored-by: Heitor Lessa <heitor.lessa@hotmail.com>
1 parent 092f51b commit 8d8fe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/appsync_resolver_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def default_auth_strategy(self) -> str:
9292

9393
@property
9494
def groups(self) -> List[str]:
95-
"""Array of OIDC groups"""
95+
"""List of OIDC groups"""
9696
return self["groups"]
9797

9898
@property

0 commit comments

Comments
 (0)