jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.04k stars 137 forks source link

make debugging compatible for python3 #97

Closed kmonkeyjam closed 8 years ago

kmonkeyjam commented 8 years ago

gordon build --debug doesn't work with python3.5 due to the removal of implicit byte to string conversion.

jorgebastida commented 8 years ago

Thanks!