You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/data_classes.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,7 @@ Used when building an [AWS_LAMBDA Authorization](https://docs.aws.amazon.com/app
137
137
See blog post [Introducing Lambda authorization for AWS AppSync GraphQL APIs](https://aws.amazon.com/blogs/mobile/appsync-lambda-auth/){target="_blank"}
138
138
or read the Amplify documentation on using [AWS Lambda for authorization](https://docs.amplify.aws/lib/graphqlapi/authz/q/platform/js#aws-lambda){target="_blank"} with AppSync.
139
139
140
-
In this example extract the `requestId` as the `correlation_id` for logging and builds the AppSync authorizer
141
-
using the `AppSyncAuthorizerResponse` helper.
140
+
In this example extract the `requestId` as the `correlation_id` for logging, used `@event_source` decorator and builds the AppSync authorizer using the `AppSyncAuthorizerResponse` helper.
0 commit comments