'Is there any method in aws sdk for javascript to get the aws log insights query method results synchronously?
I am trying to get the log insights from aws using sdk for javascript v3, I can see that we can only schedule a query using StartQuery and later get results using getQueryResults methods respectively. I came across filterLogEvents method which filter the log events alone with Regex but I need to use the query alone.
Is there any hack to get the results synchronously ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
