Automating CSV Import AuraDB

Hello,

I want to create an automated process to import CSV files to AuraDB. This means I cannot use AuraDB's data import tool as that requires manual work. I am thinking to use Cypher commands such as LOAD CSV or apoc.load.csv, however, both would require the CSV files to be stored in the import folder of the database. But since I am working with AuraDB instead of Neo4j Desktop, I cannot access the import folder.

I am wondering is there any way to use Cypher commands such as LOAD CSV or apoc.load.csv to import CSV files to AuraDB?

Thank you.