Missing MSK service icon within Lambda Function 'Add Trigger' dropdown

0

For any existing lambda function, if we want to create a KafkaEvent trigger, by selecting ‘Add Trigger’, the MSK service icon is not available in the dropdown.

There is also another way to reproduce the issue that involves the AWS CLI command version of the above.

Also, when executing an AWS CLI command to create a lambda function KafkaEvent event-mapping (trigger), we receive an error that the Kafka portion of the ARN is unsupported. An example of the Kafka event mapping command is below:

aws lambda create-event-source-mapping --event-source-arn arn:aws-us-gov:kafka:us-gov-west-1:99999999999:cluster/xxxxx-cluster-2/9a47c865-bb3a-482d-b289-0174b9ed63b5-2 --topics MSKXXXXXTopic-2 --starting-position LATEST --function-name serverless-kafka-consumer-lambda-dev-datasourceConsuming

The error received for the above command is the following:

An error occurred (InvalidParameterValueException) when calling the CreateEventSourceMapping operation: Unsupported source arn : arn:aws-us-gov:kafka:us-gov-west-1:999999999999:cluster/xxxxxx-cluster-2/9a47c865-bb3a-482d-b289-0174b9ed63b5-2

All of the above pertains to my employer's GOV cloud account. However, in my personal AWS account, I do not have this problem. I can see the MSK icon in the 'Add Trigger' dropdown.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠