I have created a fastapi and tested it locally.
I created an Lambda function and uploaded the API throw it. While I am testing the function I am getting the error:
"No module named 'pydantic_core._pydantic_core'"
My runtime is python 3.10.0. I added this pydantic_core on my requirment.txt but same result.
Can anyone help me?
The error comes while testing the Lambda function on AWS stack.