关于(sqs,dynamodb stream)- > lambda 批处理大小

0

【以下的问题经过翻译处理】 你好, 我正在学习关于(sqs, dynamodb stream) -> lambda。 我的问题是,如果我的lambda源(sqs或dynamodb stream)的batchSize设置为10000(使用maxBatchingWindow),总payload byteSize超过6MB(同步调用的lambda最大负载),那么lambda会自动将批次拆分为6MB的负载并分别运行吗?因此,在设置batch size时不需要考虑byteSize超过6MB,是这样吗?

1 Answer
0

【以下的回答经过翻译处理】 你不需要考虑它。Batch大小始终受payload大小限制,除了您配置的消息数量/窗口大小之外。

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions