rdslogs_to_s3
rdslogs_to_s3 copied to clipboard
AWS Lambda Function to copy MySQL Query Logs to S3
Results
1
rdslogs_to_s3 issues
Sort by
recently updated
recently updated
newest added
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...