baopham/laravel-dynamodb

Create table with migration

Easy987 opened this issue · 1 comments

Hello,
I need to create tables with laravel migrations. .Can i achieve this?
Thanks

Dynamo doesn’t need migrations as the structure reacts to the data given, so there’s no set structure beyond things like the key.

But, if you want to keep track of the creation of tables and keys (which is a great idea), use the PHP SDK for CloudFormation to run CloudFormation.