Skip to content

Commit

Permalink
Merge pull request #49 from awslabs/Doug-AWS-patch-env
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rcoh authored Apr 28, 2021
2 parents 60bc022 + a845848 commit e727746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,18 @@ tokio = { version = "1", features = ["full"] }
3. Provide your AWS credentials as environment variables:
> **Note:** The alpha SDK only supports environment variable credential providers at this time.
**Linux/MacOS**
```bash
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_DEFAULT_REGION=... # eg. us-east-1
```
**Windows**
```cmd
set AWS_ACCESS_KEY_ID=...
set AWS_SECRET_ACCESS_KEY=...
set AWS_DEFAULT_REGION=... # eg. us-east-1
```

4. Make a request using DynamoDB

Expand Down

0 comments on commit e727746

Please sign in to comment.