feat: add support for extracting DSM context in event bridge - #790
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b4a132b1f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1844bf8a65
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "@oxc-parser/binding-darwin-arm64@0.132.0": | ||
| version "0.132.0" | ||
| resolved "https://registry.yarnpkg.com/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.132.0.tgz#033a8f2789c3d09509ddd1a219dcbf2fd516125f" | ||
| resolved "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.132.0.tgz" |
There was a problem hiding this comment.
Restore the platform-independent lockfile entries
On clean Linux/Windows checkouts, this regenerated lockfile retains only the Darwin ARM64 oxc-parser binding even though the oxc-parser entry still declares Linux, Windows, and other platform bindings as optional dependencies. The Linux integration path checked in scripts/run_integration_tests.sh runs yarn install --frozen-lockfile, so Yarn cannot resolve the missing platform package without updating the lockfile and the install fails before tests run. Restore the removed native-binding resolutions (or revert the unrelated lockfile regeneration).
Useful? React with 👍 / 👎.
What does this PR do?
Extends the support for DSM context extraction to EventBridge and EventBridge -> SQS
Motivation
Adding support for all serverless messaging technologies with DSM.
Testing Guidelines
Manually deployed NodeJS tracer layer and verified functionality works against a sample app.
Additional Notes
Types of Changes
Check all that apply