All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.funqy.lambda.config.DynamoDb Maven / Gradle / Ivy

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