Releases: biggaji/send-cloudwatch-log
Releases · biggaji/send-cloudwatch-log
v2
- Updated SDK dependency to use the recommended JavaScript v3: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.html
- Refactored the code to be short and straight to the point, no more checking of nextSequenceToken cause according to AWS:
'The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are always accepted and never return InvalidSequenceTokenException or DataAlreadyAcceptedException even if the sequence token is not valid. You can use parallel PutLogEvents actions on the same log stream.'. So this release is up-to-date. - Fixed typos in README.md