Printing `os.uname()` in a new Python 3.6 Lambda function in `ap-southeast-1` today, I got output of: ``` os.uname(): posix.uname_result(sysname='Linux', nodename='169.254.252.45', release='4.14.165-102.205.amzn2.x86_64', version='#1 SMP Fri Feb 14 22:46:57 UTC 2020', machine='x86_64') ``` As I understood the `amzn2` in the release meant it's an AL2 system right? Not AL1 as documented on the Lambda Runtimes page