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
Is your feature request related to a problem? Please describe.
This is a great showcase of an e2e demo application built upon AWS resources. It would be even better if it was instrumented with x-ray out of the box.
Describe the solution you'd like
Add AWS instrumentation for Node/Python lambdas using http capture API.
Enable x-ray tracing by default on all resources (e.g: api gateway, lambda, etc)
Describe alternatives you've considered
I've gone through and done some of this work myself but it's time consuming given the cloudformation setup uses prebuilt assets from s3. This pain could be reduced if the current setup used CodePipeline to build and deploy the lambda artifacts on demand.
Also worth noting the redis client used in Node.js doesn't support cls under the hood. Would require migrating to ioredis. This may be mitigated by cls_hooked
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a great showcase of an e2e demo application built upon AWS resources. It would be even better if it was instrumented with x-ray out of the box.
Describe the solution you'd like
Describe alternatives you've considered
I've gone through and done some of this work myself but it's time consuming given the cloudformation setup uses prebuilt assets from s3. This pain could be reduced if the current setup used CodePipeline to build and deploy the lambda artifacts on demand.
Also worth noting the redis client used in Node.js doesn't support cls under the hood. Would require migrating to ioredis. This may be mitigated by cls_hooked
Additional context
N/A
The text was updated successfully, but these errors were encountered: