Support SQS In Event-Info
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.