When i attempt to create schema_migrations table by following command
mix ecto.migrate -r RepoDynamo -n 0
it always raises
** (ExAws.Error) ExAws Request Error!
{:error, {"ResourceNotFoundException", "Requested resource not found"}}
can i fix it somehow?