|
|
|
|
|
by tcarey83
3626 days ago
|
|
You can run all the Python 3 code you want. Just execute it from the Python 2.7 environment. The AWS Lambda environment does support it as the AWS environment is just the basic Linux AMI, and then you can include anything you want into your Lambda code zip file. You can exactly replicate the Linux image they use for Lambda and create your own custom environment that will run your code. What more could you ask for? |
|
> What more could you ask for?
Native support. Was that not obvious?