rdslogs_to_s3 icon indicating copy to clipboard operation
rdslogs_to_s3 copied to clipboard

Fixing some typos, bugs, and making errors be exceptions properly.

Open vcardillo opened this issue 7 years ago • 0 comments

The biggest issue was that the lastWrittenMarker was being set to 0 in the case where there were no new logs to write. I also changed all of the errors to be exceptions, so Lambda would report them as errors.

vcardillo avatar Mar 17 '17 21:03 vcardillo