You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Cloudwatch Logs API put function requires a "sequenceNumber", this means that the code needs to keep track of the previously returned sequenceNumber or otherwise make two api calls.
This would be OK for a single logging node, but not if there are multiple nodes going to the same log stream. Given this limitation, not progressing at this stage.
And is it problematic to use DescribeLogStreams to get correct sequence number and then put log? I think it's better to make two calls and have integration with CW instead of not having it :P
No description provided.
The text was updated successfully, but these errors were encountered: