gsanjairaj
Results
2
issues of
gsanjairaj
I have custom message lambda trigger as below: exports.handler = (event, context, callback) => { console.log('context :', JSON.stringify(context, null, 2)); console.log('Received event:', JSON.stringify(event, null, 2)); event.response.emailMessage = 'Welcome to the...
I compiled nodejs thrift bindings using thrift2 0.11.0 for HBase 1.2.6 and it is working fine (I am yet to test all interfaces). I have forked this repository as https://github.com/gsanjairaj/hbase-thrift2-client....