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
fix(parser): properly parse eventbridge envelope when using safeParse
Currently, the EventBridgeEnvelope.safeParse method only validates, it does not parse the data provided in the typing system.
Small fix utilizing existing typing generics that weren't being assigned.
0 commit comments