Closed andrew-sol closed 1 year ago
Re that commit, I think it's because the underlying docker functionality comes from aws-dynamodb-local and the command is supposed to be passed through. However it looks like that pass through is not functioning correctly.
It seems like having
docker: true
in the config does not have any impact. Also, if I runserverless dynamodb start --docker
it saysThe source code does not contain the "docker" word at all.
I've found the following commit: Add support for running DynamoDB within docker and the only file changed there is
README.md
. The commit looks like a joke.So. Has anyone ever tested that Docker support described in
README.md
?