From ce7486922834f1213e3e962f05830d923d29e4d2 Mon Sep 17 00:00:00 2001 From: Jam Risser Date: Wed, 24 May 2017 17:41:57 -0500 Subject: [PATCH] Added missing instruction to README.md Fixes issues #19 and #37 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cc55a20..8cf647e 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,9 @@ Requirements Getting Started =============== -Begin by creating a new virtualenv and project folder. +First, you must create an IAM Role on your AWS account called `lambda_basic_execution` with the `LambdaBasicExecution` policy attached. + +On your computer, create a new virtualenv and project folder. .. code:: bash