Functions run on Python 3.9. Only the standard library and the packages listed below are available. You cannot install additional packages.
Standard library
Within functions you have access to all of the Python 3.9 standard library, including modules likedatetime, json, re, urllib, hashlib, and more.
Non-standard libraries
We also include the following packages:| Library | Version | Documentation |
|---|---|---|
| requests | 2.28.2 | HTTP library for making API requests |
| decorator | 4.4.2 | Function decorator utilities |
| urllib3 | 1.26.18 | Low-level HTTP client |
| jsonschema | 3.0.2 | JSON schema validation |

