- you have to have an amazon aws account :-/. Otherwise you won´t be able to use the aws cli...
- download & install local dynamodb
- download & install aws cli, e.g.:
brew install awscli
- set default region:
aws configure
- set default region:
- startup dynamodb, the following command will startup with a local single file database:
java -Djava.library.path=/Users/hannesthielker/opt/aws/dynamodb_local_latest/DynamoDBLocal_lib -jar /Users/hannesthielker/opt/aws/dynamodb_local_latest/DynamoDBLocal.jar -dbPath /Users/hannesthielker/var/opt/aws/dynamodb -sharedDb
see: example
- npm install -g serverless