Skip to content

Commit 7665a12

Browse files
stocaarojosefaidt
andauthored
Update src/pages/[platform]/build-a-backend/data/customize-authz/grant-lambda-function-access-to-api/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 71c6773 commit 7665a12

File tree

1 file changed

+1
-3
lines changed
  • src/pages/[platform]/build-a-backend/data/customize-authz/grant-lambda-function-access-to-api

1 file changed

+1
-3
lines changed

src/pages/[platform]/build-a-backend/data/customize-authz/grant-lambda-function-access-to-api/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ export const handler = async (event) => {
116116
```
117117

118118
<Callout warning>
119-
When configuring Amplify with `getAmplifyDataClientConfig`, your function consumes schema information from an S3 bucket
120-
created during backend deployment with grants for the access your function need to use it. Any changes to this
121-
bucket outside of backend deployment may break your function.
119+
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.
122120
</Callout>
123121

124122
Once you have generated the client code, update the function to access the data. The following code creates a todo and then lists all todos.

0 commit comments

Comments
 (0)