We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b698dd5 commit 599ffa6Copy full SHA for 599ffa6
aws_lambda_powertools/utilities/data_classes/appsync_authorizer_event.py
@@ -75,6 +75,9 @@ class AppSyncAuthorizerResponse:
75
is not cached.
76
resolver_context: Optional[Dict[str, Any]]
77
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
81
Warning: The total size of this JSON object must not exceed 5MB.
82
deny_fields: Optional[List[str]]
83
A list of fields that will be set to `null` regardless of the resolver's return.
0 commit comments