You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an issue to track this before opening a PR.
The AwsLambda Instrumentation attempts to load the lambda handler with import_module which if the user sets the handler with slashes instead of dots will cause the lambda error out. Both the lambda interfaces's bootstrap.sh and the otel_wrapper script in the layer replace the slashes with dots. Due to this, especially the fact that boostrap does the replacement, this change seems free of side effects.