Skip to content

Commit 599ffa6

Browse files
author
Michael Brewer
committed
chore: update docs
1 parent b698dd5 commit 599ffa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws_lambda_powertools/utilities/data_classes/appsync_authorizer_event.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ class AppSyncAuthorizerResponse:
7575
is not cached.
7676
resolver_context: Optional[Dict[str, Any]]
7777
A JSON object visible as `$ctx.identity.resolverContext` in resolver templates
78+
79+
The resolverContext object only supports key-value pairs. Nested keys are not supported.
80+
7881
Warning: The total size of this JSON object must not exceed 5MB.
7982
deny_fields: Optional[List[str]]
8083
A list of fields that will be set to `null` regardless of the resolver's return.

0 commit comments

Comments
 (0)