From 2a5856ec994258fde0595adbcd0d660db34fbe39 Mon Sep 17 00:00:00 2001 From: Anant Prakash Date: Wed, 30 May 2018 19:15:38 +0530 Subject: [PATCH] Correct AWS_REGION (#48) --- examples/consumer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/consumer/README.md b/examples/consumer/README.md index f946797..09d3b61 100644 --- a/examples/consumer/README.md +++ b/examples/consumer/README.md @@ -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= ```