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
已提問 10 個月前檢視次數 269 次
1 個回答
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
支援工程師
已回答 10 個月前
  • 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.

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

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

回答問題指南