Joe Hart
Results
2
issues of
Joe Hart
Hoping I'm just doing something wrong. Module: ``` const getThing = function getThing() { var s3 = new AWS.S3(); return s3.getObject(params).promise().then(function(data) { var thing = JSON.parse(data.Body.toString()); return thing; }) .catch(function(s3_error)...
👋 Howdy maintainers, first of all big fan of the library! Thanks for all the hard work you put into this great software. Lexical version: 0.19.0 ## Steps To Reproduce...
good first issue