Skip to content

Commit fa83bf9

Browse files
authored
Update src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx
1 parent 608a76e commit fa83bf9

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/custom-business-logic

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const data = defineData({
184184
});
185185
```
186186

187-
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.
187+
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.
188188

189189
</Block>
190190
<Block name="Custom resolver powered by AppSync JavaScript resolvers">

0 commit comments

Comments
 (0)