2 Answers
- Newest
- Most votes
- Most comments
0
It's tough to tell without knowing the details of your implementation. We do have examples in the Timestream documentation that might help.
0
If you are using NodeJS in lambda make sure that your handler is defined as an async function and that the code await on the Timestream API call. (see a generic example here https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html#nodejs-handler-async)
Alternatively use Python with is synchronous. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-query.html
Relevant content
asked 3 years ago
