Hey guys, is it possible to enable report batch it...
# aws
c
Hey guys, is it possible to enable report batch item failures in dynamodb table stream subscriptions (created via table.onEvent)? documentation says something about a
functionResponseTypes
arg, but I cannot pass it to
onEvent
, it only exists in the result subscription as an Output<string[] | undefined>.