Home > OS >  AWS Kinesis spliting by errors
AWS Kinesis spliting by errors

Time:01-27

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

Can someone help me how can I do it?

CodePudding user response:

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".

  •  Tags:  
  • Related