From fa83bf9a43e2713a5f872bbc228d34428f4fc879 Mon Sep 17 00:00:00 2001 From: josef Date: Thu, 30 Jan 2025 08:33:17 -0800 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx --- .../build-a-backend/data/custom-business-logic/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx b/src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx index 74a2a5ed62a..5b9bf602be7 100644 --- a/src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx @@ -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.