0

My e-commerce company generates lots of CSV data. To track order status, the team must download a number of trackers. Creating a relationship and subsequently analyse,its a time-consuming process. Which AWS low-code solution can be used to automate the workflow?

Gautam
  • 9
  • 3
  • What is the "workflow" that you would like to automate? Is it just using SQL against the CSV files, or does it involve moving files around? Do you need a User Interface? More information, please. – John Rotenstein Oct 20 '22 at 21:37

2 Answers2

1

Depending on what 'workflow' you require, a few options are:

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
0

While not exactly low code, AWS Athena uses SQL-like queries to analyze CSV files, among many other formats

Jader Dias
  • 88,211
  • 155
  • 421
  • 625