numo-labs / aws-lambda-helper

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

please document AwsHelper.failOnError usage example in readme #28

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

@Kumjami can you please add a usage example for the AwsHelper.failOnError to the Readme ? AwsHelper.failOnError on /lib/index.js#L160 thanks!

Kumjami commented 8 years ago

Actually there is an example:

screenshot from 2016-04-18 12 05 27

nelsonic commented 8 years ago

Yes, but its only on one line and no comment or clarity why we should use it...

Kumjami commented 8 years ago

ok :)

nelsonic commented 8 years ago

Thanks. 👍

nelsonic commented 8 years ago

@Kumjami thanks for adding the docs. in general we prefer people to not push changes directly to master ...