Closed JimLynchCodes closed 6 years ago
If you can, please check this project which is basically all contained in this one file: https://github.com/JimTheMan/Cljs-Twitter-Unfollower/blob/master/twitter-unfollower/src/twitter_unfollower/core.cljs
@JimTheMan sorry for the late response. The channel returned by your lambda function has a channel on it, because you aren't taking (w/ <!
) from the result of the call to unfollowUser
. The data structure in your issue is the JSON representation of a core.async channel.
Thanks Moe! I figured it was trying to log the channel itself. I'm still not totally understanding why the unfollowUser function returns a channel, but you are right that with a "<!" here it works! thanks again. :)
Hi, I'm getting very odd-looking responses in the AWS Lambda console.
I can see things happening in the cloudwatch logs so I know this bit of code is being executed:
(ctx/succeed! ctx "Derp")
But it seems like I can't send a string, mmap, js object...
In the AWS console my response always looks like this: