SumoLogic / sumologic-aws-lambda

A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector
Other
151 stars 135 forks source link

Added check for deleting invalid messages #93

Closed himanshu219 closed 5 years ago

himanshu219 commented 5 years ago

The scripts expects messages to be in below format { "awslogs": { "data": << compressed data >> } } If it does not adhere to this format the message is logged and purged from SQS queue.