Hey guys I’m trying to run Dynamodb with serverless locally executing the following command: sls dynamodb start –migrate –stage local And I get an error: Before that I installed with this sls dynamodb install –stage local and everything seems ok. I take a look if the problems is the port but isn’t. Answer Summary: perhaps try deleting .dynamodb and re-initializing.