diff --git a/aws-node-rest-api-with-dynamodb-and-offline/serverless.yml b/aws-node-rest-api-with-dynamodb-and-offline/serverless.yml index c81b61a70..a11b8e656 100644 --- a/aws-node-rest-api-with-dynamodb-and-offline/serverless.yml +++ b/aws-node-rest-api-with-dynamodb-and-offline/serverless.yml @@ -11,7 +11,7 @@ custom: start: port: 8000 inMemory: true - migration: true + migrate: true migration: dir: offline/migrations