SaitomTech

Results 1 comments of SaitomTech

The other way is to replace using `sls dynamodb install` with a direct download format as follows. ``` wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz mkdir .dynamodb tar zxvf dynamodb_local_latest.tar.gz -C .dynamodb ``` However, the...