Skip to content

Instantly share code, notes, and snippets.

@Jun711
Jun711 / all_aws_lambda_modules_python.md
Created August 1, 2019 18:30 — forked from gene1wood/all_aws_lambda_modules_python.md
AWS Lambda function to list all available Python modules for Python 2.7 3.6 and 3.7

This gist contains lists of modules available in

in AWS Lambda.

It also contains the code to run in Lambda to generate these lists. In addition there is a less_versbose 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