We will be receiving daily file from consumer which is 45 MB size . We have a requirement to break this 45 file into small chunk of file based on a configurable number of rows.
Is there any AWS service available on top of S3 which can do this work
This process should be automated one and no manual intervention should be there. Need to achieve it using Java (Preference).Any other language is also fine.