Jacob Zinn
Results
2
comments of
Jacob Zinn
@a23sokolov Thanks! Your suggestion, about dropping the path, worked perfectly!
I used the comments from @IvanCampos and @KBB99 to create a lambda layer that worked in my 3.10 environment: ``` docker pull public.ecr.aws/sam/build-python3.10:1.84.0-20230517004040 docker run -it -v $(pwd):/var/task public.ecr.aws/sam/build-python3.10:1.84.0-20230517004040 pip...