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
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
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: