Package io.quarkus.funqy.lambda.config
Interface Sqs
public interface Sqs
Sqs event config
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAllows functions to return partially successful responses for a batch of event records.
-
Method Details
-
reportBatchItemFailures
@WithDefault("true") boolean reportBatchItemFailures()Allows functions to return partially successful responses for a batch of event records.
-