Lambda event for Kafka is not working

0

Lambda with Kafka event is giving:

Last processing result: PROBLEM: Lambda internal error. Please contact Lambda customer support.

Where can we get more details about this issue?

Issue

已提問 9 個月前檢視次數 247 次
2 個答案
0

Hello Jose, If possible, please file a technical support ticket so we can assist you further. We will need the UUID and region of an existing event source mapping experiencing this issue, we believe the one with the UUID above may have already been deleted.

AWS
已回答 9 個月前
0

Hi Jose,

As indicated by Chris in a previous answer, the error you are currently seeing is a generic error message displayed when there is no dedicated error message available to explain the cause of the ESM’s failure. The only way to determine the exact cause of this error is creating a ticket with AWS Premium Support so that the service team can investigate the logs for your resource.

There are a few things you can try though:

  1. If the ESM and Lambda function had been working fine and suddenly failed, the issue could be transient; after the failure occurs, wait 15 minutes and then try re-enabling the ESM .

  2. Check the Lambda execution role for any changes.

  3. Determine the size of each message in the topic. Since the Lambda payload size limit is 6MB, a topic containing large records will be incompatible with Lambda. If there is any doubt, change the batch size to 1 and enable.

  4. Check the Kafka broker logs for any traces of the ESM’s polling.

AWS
支援工程師
Kobus_C
已回答 9 個月前

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

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

回答問題指南