Skip to content

Commit 4ec22db

Browse files
authored
Update README.md
1 parent 0f1b3c5 commit 4ec22db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ tokio = { version = "1", features = ["full"] }
2121
3. Provide your AWS credentials as environment variables:
2222
> **Note:** The alpha SDK only supports environment variable credential providers at this time.
2323
24+
**Linux/MacOS**
2425
```bash
2526
export AWS_ACCESS_KEY_ID=...
2627
export AWS_SECRET_ACCESS_KEY=...
2728
export AWS_DEFAULT_REGION=... # eg. us-east-1
2829
```
30+
**Windows**
31+
```set AWS_ACCESS_KEY_ID=...
32+
set AWS_SECRET_ACCESS_KEY=...
33+
set AWS_DEFAULT_REGION=...
34+
```
2935

3036
4. Make a request using DynamoDB
3137

0 commit comments

Comments
 (0)