gpt4 book ai didi

amazon-web-services - kinesis 事件源映射中的 ParallelizationFactor

转载 作者:行者123 更新时间:2023-12-03 07:42:49 26 4
gpt4 key购买 nike

我希望通过事件源映射将 Kinesis 流连接到 Lambda 函数,希望按照文档中的建议将并行化因子值设置为 1-10 之间的任意值:

https://docs.aws.amazon.com/cli/latest/reference/lambda/create-event-source-mapping.html

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition

以及 https://aws.amazon.com/blogs/compute/new-aws-lambda-scaling-controls-for-kinesis-and-dynamodb-event-sources/ 的示例

以下命令会导致错误:

aws lambda create-event-source-mapping --function-name myLambdaFunction \
--parallelization-factor 2 --batch-size 100 --starting-position LATEST \
--event-source-arn arn:aws:kinesis:eu-west-1:id:stream/mystreamname

Unknown options: --parallelization-factor, 2

如果我查看 AWS CLI aws lambda create-event-source-mapping 帮助,则没有 --parallelization-factor 选项

SYNOPSIS
create-event-source-mapping
--event-source-arn <value>
--function-name <value>
[--enabled | --no-enabled]
[--batch-size <value>]
[--starting-position <value>]
[--starting-position-timestamp <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]

文档和 aws cli 帮助存在差异。是否未为 kinesis 启用并行化因子?我做错了什么?

PS:我已在 eu-west-1us-east-1 区域尝试过。如果我尝试设置 --maximum-batching-window-in-seconds,我会收到相同的错误。

最佳答案

检查您使用的 AWS CLI 版本,因为当我尝试以下命令时,我可以找到 --parallelization-factor 选项

aws lambda create-event-source-mapping 帮助

enter image description here

这是我正在使用的版本

enter image description here

关于amazon-web-services - kinesis 事件源映射中的 ParallelizationFactor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61799135/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com