jfarr

Results 2 comments of jfarr

FYI after trying many different configurations the only way I could get this to work was as a Lambda container image. Here's the Dockerfile I used for reference: ``` FROM...

> I don't have a solution but surely it's just a question of installing the pip packages using the correct docker image. Did you try using `public.ecr.aws/lambda/python:3.6`? I mean like:...