1 Answer
- Newest
- Most votes
- Most comments
0
Per the Run AWS Lambda Functions documentation for Greengrass v2,
Greengrass supports all Lambda supported versions of Python, Node.js, and Java runtimes.
This includes the latest versions including Python 3.10 and Python 3.11.
Note that Greengrass v1 (doc page) does not support Python 3.9 or higher. If you are depending on Python in Greengrass v1, consider migrating to Greengrass v2.
Relevant content
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 months ago

Ah, wonderful! I honestly was just confused and referring to the V1 docs. Thanks for clarifying that!