You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ installed and launched when you need either to run specs or to work in
15
15
a REPL. See the [dynamodb-local](#dynamodb-local) section below for more details.
16
16
17
17
18
-
## Specs
18
+
## Running Specs
19
19
20
20
The specs are written with RSpec and are supposed to be run against
21
21
_dynamodb-local_ only.
@@ -114,7 +114,10 @@ $ bin/console
114
114
# dynamodb-local
115
115
116
116
_dynamodb-local_ is software provided by Amazon to emulate DynamoDB and
117
-
run it locally. See [official documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) to install it.
117
+
run it locally. There are several ways to install it locally (see the [official documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html)).
118
+
119
+
120
+
## Run dynamodb-local with Docker
118
121
119
122
To run _dynamodb-local_ using a Docker image use the following command
0 commit comments