Skip to content

Commit

Permalink
chore: fix capitalization in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonJD authored Jan 8, 2025
1 parent eb92ef5 commit 4989b85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ defineBackend({
});
```

Now when you run `npx ampx sandbox` or deploy your app on Amplify, it will include your Function.
Now when you run `npx ampx sandbox` or deploy your app on Amplify, it will include your function.

To invoke your function, we recommend adding your [function as a handler for a custom query with your Amplify Data resource](/[platform]/build-a-backend/data/custom-business-logic/). To get started, open your `amplify/data/resource.ts` file and specify a new query in your schema:

Expand Down

0 comments on commit 4989b85

Please sign in to comment.