The latest supported AWS Lambda runtime is Python 3.11, so upgrade from Python 3.9 to Python 3.11. To avoid falling into KiraLT/certbot-lambda#166, specify a complete-platform.json file, generated using pex3 interpreter inspect --markers --tags in an AWS Lambda Python 3.11 runtime.
The latest supported AWS Lambda runtime is Python 3.11, so upgrade from Python 3.9 to Python 3.11. To avoid falling into KiraLT/certbot-lambda#166, specify a
complete-platform.json
file, generated usingpex3 interpreter inspect --markers --tags
in an AWS Lambda Python 3.11 runtime.Fixes KiraLT/certbot-lambda#166