Unable to import module 'lambda_function': No module named 'aws_xray_sdk' – Amazon Web Sevices
I am trying to implement this AWS Lambda Rest API Handler in my lambda code to handle proper response code. For this I needed to repackage the library aws_lambda_powertools and add as a layer in lambda function. All the import…