Time out on CloudWatch PutLogEvents #2404
Unanswered
edwinc-passiv
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having trouble putting logs into CloudWatch against a specified log group and log stream. My Lambda includes the following code and it always times out with the error message "curlCode: 28, Timeout was reached"
In my main.cpp I have
and in the called function I have
and the
outcome.GetError().GetMessage()
is the time out error aboveI've also tried the code suggested in issue #1470 with
but it makes no difference.
My log group "testloggroup" and "testlogstream" are set up manually in CloudWatch.
What am I missing?
Apologies, I'm a bit of a newbie and it maybe I have some other AWS thing set up wrongly, but I'm stuck because I don't get anything other than the time out.
Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions