Correct AWS_REGION (#48)

This commit is contained in:
Anant Prakash 2018-05-30 19:15:38 +05:30 committed by Harlow Ward
parent 2fb47e63bc
commit 2a5856ec99

View file

@ -8,7 +8,7 @@ Export the required environment vars for connecting to the Kinesis stream:
```
export AWS_ACCESS_KEY=
export AWS_REGION_NAME=
export AWS_REGION=
export AWS_SECRET_KEY=
```