schubergphilis / awsapilib

A python library exposing services that are not covered by the official boto3 library but are driven by undocumented APIs.
MIT License
60 stars 8 forks source link

Python 3.7 deprecation for aws lambda #57

Closed aperov9 closed 5 months ago

aperov9 commented 1 year ago

People using the library to automate stuff on AWS via lambda will soon not be able to use the library anymore since AWS announced the depreciation phase 1 for python3.7 this year. See here: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy.

Are there any plans to upgrade the library to a new python version?

costastf commented 1 year ago

The library has been working on 3.9 quite some time already. I forgot to update the marker in setup.py but that should not be an issue. I have a working branch trying to fix root authentication and once that is done I will release a new version with the marker update but this shouldn't be a blocker till then.