Skip to content

Commit 2c148ad

Browse files
author
Michael Brewer
committed
chore: Correct docs
1 parent 1bfdbfb commit 2c148ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_lambda_powertools/utilities/data_classes/appsync_resolver_event.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def selection_set_graphql(self) -> Optional[str]:
135135
class AppSyncResolverEvent(DictWrapper):
136136
"""AppSync resolver event
137137
138-
**NOTE:** AppSync Resolver Events can come in various shapes this data class supports what
139-
Amplify GraphQL Transformer produces
138+
**NOTE:** AppSync Resolver Events can come in various shapes this data class
139+
supports both Amplify GraphQL directive @function and Direct Lambda Resolver
140140
141141
Documentation:
142142
-------------

0 commit comments

Comments
 (0)