Skip to content

Commit e5542ea

Browse files
josefaidtykethan
andauthored
Update src/pages/[platform]/build-a-backend/functions/configure-client-library/index.mdx
Co-authored-by: Kethan sai <[email protected]>
1 parent f298bb1 commit e5542ea

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/functions/configure-client-library

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/functions/configure-client-library/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const { resourceConfig, libraryOptions } = await getAmplifyDataClientConfig(
4242

4343
<Callout warning>
4444

45-
When configuring Amplify with `getAmplifyDataClientConfig`, your function consumes schema information from an Amazon 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.
45+
When using `getAmplifyDataClientConfig`, your function requires schema information stored in an Amplify deployed Amazon S3 bucket. This bucket is created during backend deployment and includes necessary access grants for your function. Modifying this bucket outside of the backend deployment process may cause unexpected failures on your function.
4646

4747
</Callout>
4848

0 commit comments

Comments
 (0)