Guy Lichtman
Guy Lichtman
From looking at the code and if I understand correctly the whois package being used is: https://pypi.org/project/whois . This is an old package and from the tests I did it...
In the documentation (at -dbPath option) it states that the current working directory of dynamo-local is: `/node_modules/serverless-dynamodb-local/dynamodb` In my env I see that the directory is: `/node_modules/dynamodb-localhost/dynamodb/bin` I am not...
By design the default global role is created to maintain backwards compatibility. If all functions in the project use a per-function role and the default role is not being used...