...
If you need to modify or filter logs, Devo recommends AWS Lambda.
Authorize It
Add data to the S3 bucket. Preferably, the data should be in a consistent format. For example:
If the data is JSON objects, the keys of the JSON objects should be the same. Some objects can omit some keys.
If the data is comma separated value format, the number of columns must always be the same.
...