I have a node/express application that logs to cloudwatch.
I want to be able to set the cloudwatch logs batch_limit and batch_size parameters in the AWS.CloudWatch() constructor.
var cloudwatch = new AWS.CloudWatch();
Any help will be greatly appreciated.