Replies: 1 comment
-
This is due to a conflict with another folder i had called utils. Resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to auto instrument my python lambda function using the following link.
https://aws-otel.github.io/docs/getting-started/lambda/lambda-python
However i get the following error:
After a lot of playing around, this only happens when i have the AWS_LAMBDA_EXEC_WRAPPER env variable set. Without it, the lambnda function tests with no problems.
I ran a smaller sample project i found in a blog article and everything worked. So, what in my project (which has another layer), could be causing this error?
Please help i have been stuck on this for a while.
Beta Was this translation helpful? Give feedback.
All reactions