[Solved] Preferred method to seed data in DynamoDB (not local)?

I have json files of data that I would like to import to the DynamoDB table on deploy. Using the serverless-dynamodb-local plugin I am able to add a seed source and everything works great locally, however I would like the same data to be loaded in AWS as well. Any help is greatly appreciated.

Using the --online works. You will also need to specify the region and stage.

sls dynamodb seed --seed=domain --online