var AWS = require('aws-sdk');
var firehose = new AWS.Firehose();
Running above code in lambda with proper roles configured, AWS returns
errorMessage": "undefined is not a function
Anyone have an idea how can I get firehouse to load in aws-sdk?
var AWS = require('aws-sdk');
var firehose = new AWS.Firehose();
Running above code in lambda with proper roles configured, AWS returns
errorMessage": "undefined is not a function
Anyone have an idea how can I get firehouse to load in aws-sdk?
I opened ticket, with amazon and they verified firehouse isn't working with lambda, yet is working ec2.
They have escalated the issue to a service-team in order to support FireHose.