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
Copy file name to clipboardExpand all lines: src/pages/gen1/[platform]/tools/console/adminui/access-management/index.mdx
+101Lines changed: 101 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,3 +114,104 @@ If your Studio application experiences any issues logging in or the resources ha
114
114
If you receive an error that you're not authorized to perform an action, your policies must be updated to allow you to perform the action.
115
115
116
116
If you need help, contact your AWS administrator. Your administrator is the person who provided you with your sign-in credentials. See [AWS managed policies for AWS Amplify](https://docs.aws.amazon.com/amplify/latest/userguide/security-iam-awsmanpol.html) for more details.
If you need to update the [Cognito Lambda triggers](/gen1/[platform]/tools/console/adminui/access-management/#cognito-lambda-triggers) runtime, you can do so by updating the Lambda functions triggers associated with the Cognito User Pool named **`amplify_backend_manager_<app-id>`**.
121
+
122
+
1. Log in to the **AWS Management Console**, open the **Amplify console** and select your Amplify project with Amplify Studio enabled.
123
+
2. Retrieve the App ID present on the overview page under the App name.
124
+
3. Go to **Amazon Cognito console**, select **User pools**. Search for the user pool with the App Id. You will observe the app user pool with the naming format `amplify_backend_manager_<app-id>`.
125
+
4. Select the user pool and go to **User Pool Properties** which should display the **Lambda Triggers**.
126
+

127
+
5. For each lambda trigger, select the link specified in the **Attached Lambda Function** column. Note, If your lambda trigger is **Verify auth challenge response Lambda trigger** the function requires additional steps provided on [Update verify auth challenge response Lambda trigger](/gen1/[platform]/tools/console/adminui/access-management/#update-verify-auth-challenge-response-lambda-trigger) section.
128
+
6. Select **Edit runtime settings** and change the runtime to **Node.js 20.x** from the drop-down options.
0 commit comments