From cb24afdda90b95b8e527681a8fad3d2617007d47 Mon Sep 17 00:00:00 2001 From: rohit negi Date: Sat, 16 Dec 2017 13:20:44 +0530 Subject: [PATCH] 1. updated the boiler plate 2. updated the constant value --- lamlight/source/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamlight/source/constants.py b/lamlight/source/constants.py index 2c59571..675533f 100644 --- a/lamlight/source/constants.py +++ b/lamlight/source/constants.py @@ -1,4 +1,4 @@ -RESOURCE_QUERY_DATA = 'queryStringParameters' +RESOURCE_QUERY_DATA = 'query_param' RESOURCE_PAYLOAD_DATA = 'body_payload' DEPENDENCIES_PATH = '/tmp/dependencies/' UNZIP_ERROR = 'problem unzip the requirements'