Is it AWS bug: Created Self-Managed-Kafka trigger is not showing up on Lambda Console page

0

In my project I created event-source-mapping for lambda to integrate with self-managed-Kafka cluster, it used to display the trigger connection to lambda when you go on Lambda console page but today it is not displaying the trigger anymore. However, the trigger exists and working without any problem, is it an AWS bug to not showing the self-managed-kafka trigger? Even you can check that the trigger exists using aws-cli.

Arman
asked 9 months ago244 views
1 Answer
0

Kafka triggers are owned by Lambda pollers and Lambda disables the trigger if there are any issues with permissions or any other issues. Since the trigger is working as expected, it should show up on console. Could you please verify if the trigger is configured on specific version of function? If yes, then the trigger will show up on the function's specific version page and not on default page of Lambda function which is for "$LATEST" version.

There might be a network issue or an issue with browser which could lead to trigger details not showing up. Please try different browsers and network and review browser console logs as well for any errors.

If the above recommendations doesn't help to identify the issue, we would need details that are non-public information. Please open a support case with AWS using the following link

AWS
SUPPORT ENGINEER
answered 9 months ago
  • Thanks, Sumit, for the response, Kafka trigger showed up after a day without making any changes. I'm sure it wasn't network/browser issue as all of my team members from different locations couldn't see that. Any way it was just a UI issue and trigger was working all the time.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions