raisenational / serverless-dynamodb

⚡🗃️ Serverless plugin to run DynamoDB local
https://www.npmjs.com/package/serverless-dynamodb
MIT License
68 stars 7 forks source link

Is Docker support imaginary? #15

Closed andrew-sol closed 1 year ago

andrew-sol commented 1 year ago

It seems like having docker: true in the config does not have any impact. Also, if I run serverless dynamodb start --docker it says

Error:
Detected unrecognized CLI options: "--docker".

The 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?

domdomegg commented 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.