Throttle rate for CRUD APIs

0

I found in the Timestream documentation that "The maximum number of Create/Update/List/Describe/Delete database/table API requests allowed per second per account, in the current region"

Does this mean that if I have a Lambda function that writes data points into Timestream. That function can only write 1 datapoint per second?
If YES, What if I have hundreds or thousands of devices that need to write data into Timestream ? For sure there will be more than 1 data point write per second.

thanks

mvjp
已提问 3 年前498 查看次数
2 回答
1

Hi!

Can you give more details please? Does this limit apply to the Query API?
Can I "run millions of queries processing small or large amounts of data"? (like written here: https://docs.aws.amazon.com/timestream/latest/developerguide/queries.html)

Thank you :-)

已回答 3 年前
0

No, that limit does not apply to the WriteRecords API.

AWS
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容