I am trying to import pandas library to my aws lambda layer. But is gives an error saying to cannot import lambda.function: no module names numpy.
Can some explain what is the problem with pandas and aws. when I try to locally run it on pycharm using SAM it throws the same error.