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
asked 3 years ago492 views
2 Answers
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 :-)

answered 3 years ago
0

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

AWS
answered 3 years 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