Raphael Manke
Raphael Manke
Hi we fixed it by doing the following 1) add Babel jest to the project https://jestjs.io/docs/getting-started#using-babel 2) add to your jest config ``` transformIgnorePatterns: [ `node_modules/(?!aws-testing-library|filter-obj)`, ], transform: { "^.+\\.jsx?$":...
Meanwhile cdk has authorizer support so i created a PR to add this functionality.
I totally get the limitation now and thank you for clarifying this. I think that there should be a statement in the info box highlighting this limitation in the info...
So I did came up with a workaround. It's just a POC and I am not sure if its something the powertools would implement or x-ray. The workaround uses the...
I also found an open PR at the x-ray-node repo going into that direction. https://github.com/aws/aws-xray-sdk-node/pull/590
I found an implementation for otel. It might be helpful https://github.com/gas-buddy/service/blob/main/src/telemetry/fetchInstrumentation.ts#L44
I like that this topic gets some traction 🙂 @dreamorosi i am not sure how the priorities are made but I think if the xray solution is feasible with less...
Thanks for the fast feedback 😃 Yes I noticed ``` const AWSXRay = require("aws-xray-sdk-core"); AWSXRay.setStreamingThreshold(1); ``` also works 😃 maybe that could be mentioned in the new escape hatch docs....
@leandrodamascena I am building a POC that sends xray data to a sqs queue using the lambda extension api Based on that https://github.com/aws-samples/aws-lambda-extensions/tree/main/nodejs-example-telemetry-api-extension I experienced some timing issue that the...
> @TheRealAmazonKendra Have time for a review this week? I'd love to push forward on the Pipes features. Or maybe @GavinZZ can have a look at this one?