3
AWS CodeBuild를 통해 webhook을 만들려고하는데 오류가 발생했습니다.AWS CodeBuild Webhook을 만들 수 없습니다.
나는 또한 다음 명령을 사용하여 AWS CLI를 통해은 webhook을 만드는 시도했습니다 :
aws codebuild create-webhook --project-name myClassifiedProjectName
내가 같은 오류 얻을 :
An error occurred (OAuthProviderException) when calling the CreateWebhook operation: Unable to create webhook at this time. Please try again later.
어떤 제안?