Skip to content

Commit 608a76e

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

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

+1-1
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')`. 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.
188188

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

0 commit comments

Comments
 (0)