We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec22db commit 7cc2136Copy full SHA for 7cc2136
README.md
@@ -28,9 +28,10 @@ export AWS_SECRET_ACCESS_KEY=...
28
export AWS_DEFAULT_REGION=... # eg. us-east-1
29
```
30
**Windows**
31
-```set AWS_ACCESS_KEY_ID=...
+```
32
+set AWS_ACCESS_KEY_ID=...
33
set AWS_SECRET_ACCESS_KEY=...
-set AWS_DEFAULT_REGION=...
34
+set AWS_DEFAULT_REGION=... # eg. us-east-1
35
36
37
4. Make a request using DynamoDB
0 commit comments