correct expletive and remove debug line
This commit is contained in:
parent
dc98cf6f64
commit
c4ea3cf751
1 changed files with 2 additions and 2 deletions
|
|
@ -129,9 +129,9 @@ class LambdaFunction(object):
|
||||||
mycode = "\n".join(['import json',
|
mycode = "\n".join(['import json',
|
||||||
self.convert(self.code),
|
self.convert(self.code),
|
||||||
self.convert('print(lambda_handler(%s, %s))' % (self.is_json(self.convert(event)), context))])
|
self.convert('print(lambda_handler(%s, %s))' % (self.is_json(self.convert(event)), context))])
|
||||||
print("moto_lambda_debug: ", mycode)
|
#print("moto_lambda_debug: ", mycode)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print('fuck ', ex)
|
print("Exception %s", ex)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
codeOut = StringIO()
|
codeOut = StringIO()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue