Skip to content

Commit 18c09aa

Browse files
author
Michael Brewer
authored
chore: bump ci
1 parent 521d482 commit 18c09aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/utilities/data_classes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ Used when building an [AWS_LAMBDA Authorization](https://docs.aws.amazon.com/app
137137
See blog post [Introducing Lambda authorization for AWS AppSync GraphQL APIs](https://aws.amazon.com/blogs/mobile/appsync-lambda-auth/){target="_blank"}
138138
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.
139139

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.
142141

143142
=== "app.py"
144143

0 commit comments

Comments
 (0)