InvalidAction: The action or operation requested is invalid. Verify that the action is typed correctly
问题 I am using AWS Cognito Service Provider to create and list User Pool Clients. I have a locally installed DynamoDB to store the additional data. But I am getting the above error in the callback. I looked a lot for the error context but couldn't fine one. const cognitoidentityserviceprovider = new AWS.CognitoIdentityServiceProvider(); cognitoidentityserviceprovider.listUserPoolClients(params, function(clientListError, clientListData) { console.log(clientListError) if(clientListError){ return