Hello Guys, I'm using the Lambda-Python blueprint for processing clouduwatch logs (not a VPC flow logs). My shard size in Kinesis Data stream is as 2. The problem I'm facing now is, the lambda wasn't processing the entire logs. Instead, I'm getting some errors like (ProvisionedThroughputExceededException). We are receiving a logs from 15+ AWS-Accounts to the kinesis stream. I require a solution to overcome this issue in a deadly manner.
... View more