Review the code in the MySQLModel prepareValue function to make sure we're scanning for SQL Injection properly.
Also make sure all queries are using this function to clean input values and not using string interpolation directly unless the value is controlled.
Also check/update the src/lambda/layer/rds code in the dmptool-infrastructure repo.