SDK
JavaScript SDK
Description
AWS very recently launched the Durable Execution feature for NodeJS 22/24.
This involves adding a new SDK to your NodeJS Lambda code that wraps the Lambda Handler.
So far, I have not found any links/changelogs to supporting this new lambda feature by Sentry, assuming this feature may have not been noticed or is still being investigated. For the documentation I'm hoping to find a way how to insert both features (Sentry lambda wrapping in combination with this SDK). Could you please add this to your documentation?
Suggested Solution
I hope/think that wrapping with the AWS SDK first and then Sentry Lambda handler will work.