im running go in aws lambda via node and a js wrapper.  Everything works 
but when i try to log to cloudwatch it blows up and returns my log 
statements in the output of my lambda functions.  

Is anyone using golang in lambda and able to log to cloudwatch? How are you 
doing it?  I just now realized i wonder if it's because i'm using the json 
formatter, and mabye it needs to log as text.  I will have to wait until 
tomorrow to test this though.

right now the way its working is the response is mangled with my log 
statements, which then causes my api gatway layer to blow up because it has 
no idea how to parse the response.



-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to