I need to insert data in to my postgresql via db-migrate for my serverless app. So I have 4 table and each table has it's own csv data. Due to the number of record, I need to do it automatically, any advice? thanks
You could:
db-migrate
to perform whatever operation you need to doserverless invoke -f yourfunction
)