Automating CSV Import AuraDB

I encountered a similar issue, but I was able to partially resolve the problem with LOAD CSV.

According to this post, if the CSV is stored on a server like AWS S3, you can use a Python script to execute LOAD CSV.

However, I'm facing an issue where LOAD CSV is too slow for large datasets. It seems apoc.import would be faster, so I'd like to know how to import data into AuraDB using apoc.import.