Skip to content

Support SQS In Event-Info

Compare
Choose a tag to compare
@XerTheSquirrel XerTheSquirrel released this 07 Aug 17:18
· 339 commits to master since this release

This adds support for SQS in event-info along with fixing a few bugs and improving the performance of the agent.

  • Fixed a bug where IOPIPE_ENABLED environment variable would cause the lambda to not be executed and throw an exception for each invocation.
  • SQS Event-Info Support.
  • Added a means to obtain IOpipeExecution statically.
  • Refactoring to increase code quality and enhance performance.
    • Internally IOpipe uses TinyLog instead of Log4j2 which gives an estimated performance increase of 1.4x.