js-hint
js-hint

Reputation: 66

Is it possible to generate push notification or send "event data" from AWS lambda to Mobile Analytics?

Sample code not working

mobileanalytics.putEvents(params, function(err, data) { 
if (err) console.log(err, err.stack); // an error occurred 
else     console.log(data);           // successful response 
});

Upvotes: 0

Views: 67

Answers (0)

Related Questions