Skip to content

Releases: rifflock/serverless-logstreaming-plugin

Remove FilterPattern

28 Aug 20:39
Compare
Choose a tag to compare

The existing filter pattern was unnecessary and possibly damaged non-JSON logs. Removed in this version.

Log permissions should be a Ref

22 Aug 20:28
Compare
Choose a tag to compare
1.1.2

Fix bug in new permissions

Update README with provider restriction

21 Aug 19:10
Compare
Choose a tag to compare
1.1.1

Update version number for new README

Built-in permissions and Customizable Logging function

21 Aug 19:08
Compare
Choose a tag to compare

This release does three things:
1 - Locks the logstreaming plugin to the AWS provider
2 - Defines the logging permission so the user no longer needs to
3 - Allows for a lambda function of any name to be specified as the log stream receiver.

Initial Release

03 Aug 23:12
Compare
Choose a tag to compare

Stream logs to a loghandler function using Serverless