numo-labs / aws-lambda-helper

:lollipop: Collection of helper methods for lambda
GNU General Public License v3.0
22 stars 2 forks source link

TypeError: Cannot read property 'Body' of null #59

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

when calling getRecordFromS3 to search for a file that does not exist

TypeError: Cannot read property 'Body' of null
    at Response.<anonymous> (/home/jimmy/work/lambda-numo-graphql/node_modules/aws-lambda-helper/lib/index.js:351:41)

Noted by @jruts: type-error-in-s3-get

nelsonic commented 8 years ago

@jruts please confirm this is fixed and close the issue. thanks! 👍

jruts commented 8 years ago

This is now working.