Do you have any idea if AWS Batch can be used for parsing and validating spread sheet ? In my case, the spread sheet has huge amount of data and each row and column needs to be validated and I do not want to keep a server (EC2) running because this service will not be frequently used.
Do you have any idea if AWS Batch can be used for parsing and validating spread sheet ? In my case, the spread sheet has huge amount of data and each row and column needs to be validated and I do not want to keep a server (EC2) running because this service will not be frequently used.
This is a good use case. Batch takes a minute to get your head wrapped around it.
Where are the spreadsheets store? Can you create a Docker Image for the processor?