Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you need to modify or filter logs, Devo recommends AWS Lambda.

Authorize It

  1. Authorize SQS Data Access.

  2. Add data to the S3 bucket. Preferably, the data should be in a consistent format. For example:

    1. If the data is JSON objects, the keys of the JSON objects should be the same. Some objects can omit some keys.

    2. If the data is comma separated value format, the number of columns must always be the same.

...