Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/custom-business-logi…
Browse files Browse the repository at this point in the history
…c/index.mdx
  • Loading branch information
josefaidt authored Jan 30, 2025
1 parent 608a76e commit fa83bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const data = defineData({
});
```

If you want to use an existing Lambda function, you can reference it by its name: `a.handler.function('name-of-existing-lambda-fn')`. This references an external lambda resource which Amplify is not aware of. You need to make sure the function and all dependencies are being managed outside of Amplify.
If you want to use an existing Lambda function, you can reference it by its name: `a.handler.function('name-of-existing-lambda-fn')`. Note that Amplify will not update this external Lambda function or its dependencies.

</Block>
<Block name="Custom resolver powered by AppSync JavaScript resolvers">
Expand Down

0 comments on commit fa83bf9

Please sign in to comment.