Open NTC4818 opened 8 months ago
Here working only on Python 3.7
Yes but 3.7 is no longer supported on AWS Lambda.
And 3.8 dies later this year in support, so is there a way to build these binaries to run in python 3.9 Lambda Layer?
@NTC4818 Has been you find any solution? Maybe if you use Docker and load the imagen to AWS ECR and attach the image to the lambda, may be will work?
Has anyone had success transforming the lambda layer from python 3.8 to python lambda 3.9?