KiraLT / certbot-lambda

Run Certbot on AWS Lambda/Cloud Functions and upload certs to AWS Secrets Manager.
MIT License
16 stars 8 forks source link

fix: Update to Python 3.11, use complete-platform JSON #167

Closed vonschultz closed 4 months ago

vonschultz commented 11 months ago

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.

Fixes KiraLT/certbot-lambda#166

amgxv commented 4 months ago

@KiraLT I've tested this and it works perfectly. It would be nice to have this branch merged and a new release of the .zip

Thanks so much both, awesome work! @vonschultz @KiraLT