Skip to content

Commit 26d778e

Browse files
committed
docs(data-class): fix invalid syntax in new AppSync Authorizer
1 parent 200c801 commit 26d778e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/utilities/data_classes.md

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ In this example extract the `requestId` as the `correlation_id` for logging, use
290290

291291
def get_user_by_token(token: str):
292292
"""Look a user by token"""
293+
...
293294

294295

295296
@logger.inject_lambda_context(correlation_id_path=correlation_paths.APPSYNC_AUTHORIZER)

0 commit comments

Comments
 (0)