numo-labs / aws-lambda-helper

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

Set the default property of SNS Message to a json string #53

Closed lennym closed 8 years ago

lennym commented 8 years ago

SNS expects a string rather than an object, so JSON.stringify the object first.

nelsonic commented 8 years ago

nice one. 🍦