API Gateway multiple Cognito pools Authorizer Error

0

Hi, I am using AWS CLI to run this command

https://docs.aws.amazon.com/cli/latest/reference/apigateway/create-authorizer.html

aws apigateway create-authorizer --rest-api-id "cxxxxxxb" --name "spool-finder-sp-admin" --type COGNITO_USER_POOLS --provider-arns "arn:aws:cognito-idp:us-east-1:xxxxxx:userpool/us-east-1_XXXXXXXX" "arn:aws:cognito-idp:us-east-1:XXXXX:userpool/us-east-1_XXXXXXXX" "arn:aws:cognito-idp:us-east-1:xxxxxxxx:userpool/us-east-1_XXXXXXXX" --identity-source "method.request.header.Authorization"

But get this error

An error occurred (ConflictException) when calling the CreateAuthorizer operation: Unable to complete operation due to concurrent modification. Please try again later.

Scenario is I have to add 3 cognito pools as authorizer in my API Gateway via CLI.

1 個回答
0

Are you passing this from a Windows machine? If not can you try replacing the double quotes with single quotes or no quotes - https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-quoting-strings.html

profile pictureAWS
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南