Giovanni Leo

Results 3 comments of Giovanni Leo

I have the same error but I think that via the flag **--unencrypted-regex** the issue can be solved but the problem still persists. Has someone found a way to overcome...

In Amazon Linux 2, the package manager is **yum**. I find a way to install it on Amazon Linux 2 by containerizing the application to create a Lambda Container, if...

``` FROM public.ecr.aws/lambda/python:3.10.2023.08.02.10 LABEL authors="giovannileo" # Installing all the developer tools RUN yum -y update RUN yum -y groupinstall "Development Tools" RUN yum -y install openssl11 openssl11-devel bzip2-devel libffi-devel RUN...