awslabs / project-lakechain

:zap: Cloud-native, AI-powered, document processing pipelines on AWS.
https://awslabs.github.io/project-lakechain/
Apache License 2.0
79 stars 16 forks source link

Bug: Batching window don't translate to undefined when set at 0 #9

Open HQarroum opened 5 months ago

HQarroum commented 5 months ago

Expected Behaviour

In AWS Lambda, setting a batching window in the event source mapping between a middleware SQS input queue and the Lambda compute results in a delay in the processing of items from the input queue. We want to ensure that if the batching window is set to zero, that the value passed in the event source mapping is set to undefined.

Current Behaviour

No response

Code snippet

No response

Steps to Reproduce

No response

Possible Solution

No response

Project Lakechain version

latest

Execution logs

No response