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
feat: [SVLS-8493] add first_invocation tag for durable functions
Tag `aws_lambda.durable_function.first_invocation` is set to "true"
when `InitialExecutionState.Operations` has exactly one entry (first
invocation) and "false" when it has more (replay). Omitted when
InitialExecutionState is absent.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments