1

I'm trying to configure bisectBatchOnFunctionError=true at AWS UI on top of Kinesis stream.

Can someone help me how can I do it?

4

1 回答 1

1

Firstly, you cannot edit a kinesis trigger/event source mapping from the AWS console once its created. So you will have to create a new one.

Secondly, bisect behavior is defined on top of the lambda and not in Kinesis.

So, you should go to your lambda function > click on add trigger > Select your kinesis stream > Click on additional settings > enable "Split batch on error".

于 2022-01-27T08:38:42.967 回答