io.quarkus.funqy.lambda.config.DynamoDb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-funqy-amazon-lambda Show documentation
Show all versions of quarkus-funqy-amazon-lambda Show documentation
Amazon Lambda Binding for Quarkus Funqy framework
The newest version!
package io.quarkus.funqy.lambda.config;
import io.quarkus.runtime.annotations.ConfigGroup;
import io.smallrye.config.WithDefault;
/**
* Kinesis event config
*/
@ConfigGroup
public interface DynamoDb {
/**
* Allows functions to return partially successful responses for a batch of event records.
*/
@WithDefault("true")
boolean reportBatchItemFailures();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy