File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.2.7 '
1+ __version__ = '0.2.8 '
Original file line number Diff line number Diff line change 5252 },
5353 "settings" : {
5454 "C_LAMBDAS_DIR" : " lambdas/" ,
55- "C_STANDARD_FOLDER_DIR" : " data/standard-folder/ " ,
55+ "C_STANDARD_FOLDER_DIR" : " data/standard-folder" ,
5656 "C_LAMBDAS_ZIP_DIR" : " .zips" ,
5757 "C_LAMBDAPROXY_FUNC" : " data/lambda-proxy/index.py" ,
5858 "C_LAMBDASTANDARD_FUNC_PY" : " data/standard-lambda/index.py" ,
Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ def local_invoke(self):
3030 a = __import__ ("index" )
3131 func = getattr (a , "lambda_handler" )
3232
33- ctx = LambdaContext (pkgutil .get_data ("lambda_toolkit" , os .path .join
34- (self .conf .sett ['C_LAMBDACONTEXT_FUNC_PY' ], self .conf .sett ['C_INVOKE_CTX_FILE' ])))
35-
33+ ctx = open (os .path .join (self .conf .invoke_dir_ctx , self .conf .sett ['C_INVOKE_CTX_FILE' ]))
3634 func (self ._get_event (), ctx )
3735
3836 return self .conf
You can’t perform that action at this time.
0 commit comments