Skip to content

Commit fa2cb01

Browse files
committed
it was node.js issue - now working from AWS Lambda
1 parent 8db9fce commit fa2cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ exports.handler = (event, context) ->
1818
console.log "after cleint.end()"
1919

2020
client.on "close", (-> context.done null, "SUCCESS")
21-
client.on "error", (-> context.done null, "SUCCESS")
21+
client.on "error", (-> context.done null, "ERROR")
2222

2323
return

0 commit comments

Comments
 (0)