You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
122
120
</Callout>
123
121
124
122
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