Can one use application built with Python3 in lambda, and not just python2.7. Possibly looking at options around - https://gun.io/blog/announcing-zappa-serverless-python-aws-lambda/
AWS lambda documentation mentions about python2.7.
Is there some example code which I could try for python3.0 with lambda
