Skip to content

Commit 8a02d3d

Browse files
Update docs/features/event-handler/appsync-graphql.md
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent be3dc59 commit 8a02d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/event-handler/appsync-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ You can access the original Lambda event or context for additional information.
152152

153153
You can use the **`exceptionHandler`** method to handle any exception. This allows you to handle common errors outside your resolver and return a custom response.
154154

155-
The **`exceptionHandler`** method also supports passing an array of exceptions that you wish to handle with a single handler.
155+
The `exceptionHandler` method also supports passing an array of exceptions that you wish to handle with a single handler.
156156

157157
You can use an AppSync JavaScript resolver or a VTL response mapping template to detect these custom responses and forward them to the client gracefully.
158158

0 commit comments

Comments
 (0)