- Find your docker image here (choose your python version)
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 install langchain openai tiktoken -t ./python
zip -r python.zip ./python