using Python 3 with AWS lambda

前端 未结 5 584
[愿得一人]
[愿得一人] 2021-02-05 04:09

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

5条回答
  •  既然无缘
    2021-02-05 04:37

    Change runtime language to python version 3. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

提交回复
热议问题