Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: josef <[email protected]>
  • Loading branch information
stocaaro and josefaidt authored Dec 9, 2024
1 parent 66decc7 commit 8925b77
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ import { defineFunction } from '@aws-amplify/backend';

export const postConfirmation = defineFunction({
name: 'post-confirmation',
entry: './handler.ts'
});
```

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

<Callout warning>
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.
</Callout>


Expand Down

0 comments on commit 8925b77

Please sign in to comment.