diff --git a/src/pages/[platform]/build-a-backend/functions/examples/create-user-profile-record/index.mdx b/src/pages/[platform]/build-a-backend/functions/examples/create-user-profile-record/index.mdx index 6b169907e90..26a5dcd39fc 100644 --- a/src/pages/[platform]/build-a-backend/functions/examples/create-user-profile-record/index.mdx +++ b/src/pages/[platform]/build-a-backend/functions/examples/create-user-profile-record/index.mdx @@ -89,7 +89,6 @@ import { defineFunction } from '@aws-amplify/backend'; export const postConfirmation = defineFunction({ name: 'post-confirmation', - entry: './handler.ts' }); ``` @@ -123,9 +122,7 @@ export const handler: PostConfirmationTriggerHandler = async (event) => { ``` - When configuring Amplify with `getAmplifyDataClientConfig`, your function consumes schema information from an S3 bucket - created during backend deployment with grants for the access your function need to use it. Any changes to this - bucket outside of backend deployment may break your function. +When configuring Amplify with `getAmplifyDataClientConfig`, your function consumes schema information from an S3 bucket created during backend deployment with grants for the access your function need to use it. Any changes to this bucket outside of backend deployment may break your function.