fingerprintjs/fingerprint-pro-server-api-python-sdk

Failed to run in AWS python lambda

suqi opened this issue · 2 comments

suqi commented

Here's the error:

image

Seems it's using multithreading, but it's not supported in AWS python lambda.

Is there any workaround to make it run in AWS lambda?

Thanks a lot!

ilfa commented

Hi @suqi!
Thank you for the issue. You are right, there is no multiprocessing/ThreadPool in AWS Lambda.

We need some time to create a workaround. Give us a week please and we will find out a suitable solution!

ilfa commented

@suqi, thank you for your patience!
Now you can try v2.5.0, it should work in AWS Lambda.