personio / rds-audit-logs-s3

Lambda function to push RDS audit logs to S3
MIT License
25 stars 10 forks source link

Request: Support for passing lookback timestamp instead of pulling from Dynamo #586

Open AndrewCharlesHay opened 1 year ago

AndrewCharlesHay commented 1 year ago

It seems like this project is no longer maintained but I'm looking to receive the past hour of logs after this function gets triggered by an SNS topic. I can fork this repo, and make the changes for it to accept either dynamo or a timestamp as a parameter. I would then make a PR back to this repo.

I can also just fork it and strip out the dynamo stuff and leave it as a fork

AndrewCharlesHay commented 1 year ago

@Arnauec Is this project still maintained?

Arnauec commented 1 year ago

Hey @AndrewCharlesHay, I don't see anything in the description that makes me thing it is not maintained, but best to check with @webratz. I only did a minor modification a while ago.

AndrewCharlesHay commented 1 year ago

Gracias Arnauec! I don't do much open-source work. When I see no recent contributions I assume it's not maintained but idk

AndrewCharlesHay commented 1 year ago

If I don't get a response I won't contribute the dynamo removal because it probably isn't wanted. However, I did make this PR https://github.com/personio/rds-audit-logs-s3/pull/590 to fix the test and build process.

@webratz Danke