InvalidParameterException error when log message is over PutLogEvents limit · Issue #18 · amekkawi/cwlogs-writable

The PutLogEvents limit for a log message is 262118 bytes (256 * 1024 - 26). The library does not handle messages over this limit, which results in an InvalidParameterException AWS error. Acceptance...