-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with 'aws-xray-sdk-core' #628
Comments
The error message is a bit odd, but it means that the Node.js assert module is not supported by LLRT at this time. The modules that are supported at this time are listed below. |
I just checked the call chain and What would be the best path to follow if I wanted to provide a shim for the |
Hi, thanks for your report. It's a bit hard to tell, but for one the assert module is not supported. I also suspect that aws-xray-sdk-core might use a lot of node APIs not yet implemented. I'll take a closer look once I get the opportunity |
@richarddavison , The required modules are listed here. :) The three modules that you need to implement from the beginning are |
Hi,
I have this small lambda function:
which works great.
But when I want to capture calls to S3 with X-Ray traces using the
aws-xray-sdk-core
library:it starts failing with error:
Lambda function is created using
cdk-lambda-llrt
cdk construct:Any idea what the problem might be and how to solve it?
The text was updated successfully, but these errors were encountered: