Skip to content

Commit 8925b77

Browse files
stocaarojosefaidt
andauthored
Apply suggestions from code review
Co-authored-by: josef <[email protected]>
1 parent 66decc7 commit 8925b77

File tree

1 file changed

+1
-4
lines changed
  • src/pages/[platform]/build-a-backend/functions/examples/create-user-profile-record

1 file changed

+1
-4
lines changed

src/pages/[platform]/build-a-backend/functions/examples/create-user-profile-record/index.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ import { defineFunction } from '@aws-amplify/backend';
8989

9090
export const postConfirmation = defineFunction({
9191
name: 'post-confirmation',
92-
entry: './handler.ts'
9392
});
9493
```
9594

@@ -123,9 +122,7 @@ export const handler: PostConfirmationTriggerHandler = async (event) => {
123122
```
124123

125124
<Callout warning>
126-
When configuring Amplify with `getAmplifyDataClientConfig`, your function consumes schema information from an S3 bucket
127-
created during backend deployment with grants for the access your function need to use it. Any changes to this
128-
bucket outside of backend deployment may break your function.
125+
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.
129126
</Callout>
130127

131128

0 commit comments

Comments
 (0)