Javier Hernández Sánchez
Results
1
issues of
Javier Hernández Sánchez
I am executing the following AWS Lambda - Dockerfile: ``` FROM public.ecr.aws/lambda/python:3.11 COPY requirements.txt ./ RUN python3.11 -m pip install -r requirements.txt -t . COPY app.py ./ # Command can...
stage/needs-triage
need-customer-response