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-lam
You can use Python 3 with aws lambda.
when you are creating an Aws lambda function there is an option where you can use a python 3 as a version and execute your code.