diff --git a/src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-http-datasource/index.mdx b/src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-http-datasource/index.mdx index b8f531bf2f5..b9ef727f7c0 100644 --- a/src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-http-datasource/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-http-datasource/index.mdx @@ -265,7 +265,7 @@ export const data = defineData({ ## Step 4 - Configure custom business logic handler code -Next, create the following files in your `amplify/data` folder and use the code examples to define custom resolvers for the custom queries and mutations added to your schema from the previous step. These are AppSync JavaScript resolvers. +Next, create the following files in your `amplify/data` folder and use the code examples to define custom resolvers for the custom queries and mutations added to your schema from the previous step. These are AppSync JavaScript resolvers. Review [AppSync HTTP resolver functions](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-http-js.html) for more details.