This gist contains lists of modules available in * [Python 3.9](#file-all_aws_lambda_modules_python3-9-txt) * [Python 3.8](#file-all_aws_lambda_modules_python3-8-txt) * [Python 3.7](#file-all_aws_lambda_modules_python3-7-txt) * [Python 3.6](#file-all_aws_lambda_modules_python3-6-txt) * [Python 2.7](#file-all_aws_lambda_modules_python2-7-txt) in AWS Lambda. It also contains the [code to run in Lambda](#file-list_aws_lambda_modules-py) to generate these lists. In addition there is a [`less_verbose`](#file-list_aws_lambda_modules-py-L115-L126) module in the code that you can call to get a list of the top level modules installed and the version of those modules (if they contain a version in the module) You can also [skip to the comments below](#gistcomment-1607978)