From 8c3f866851b1416c68957dd152da76e91bcdf990 Mon Sep 17 00:00:00 2001 From: lance allen Date: Thu, 6 Sep 2018 15:40:15 -0700 Subject: [PATCH] fixing deployment instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788d3b3..d7fb339 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ Assuming you have all the requirements met, the following steps will create ever $ git clone https://github.com/lalanza808/owntracks-aws-slt.git $ cd owntracks-aws-slt $ pipenv install --python 3.6 +$ pipenv shell $ zappa init -$ zappa deploy live +$ zappa deploy ``` The Zappa output should provide you with an endpoint for API Gateway - the HTTP endpoints with Python Lambda scripts being triggered behind them.