config.pooled-chain-executor.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-native Show documentation
Show all versions of lambda-native Show documentation
A middleware Lambda function that handles all the cross-cutting concerns for the downstream Lambda function.
The newest version!
maxPoolSize: ${pooled-chain-executor.maxPoolSize:10}
corePoolSize: ${pooled-chain-executor.corePoolSize:10}
keepAliveTime: ${pooled-chain-executor.keepAliveTime:0}
maxChainSize: ${pooled-chain-executor.maxChainSize:20}
forceSynchronousExecution: ${pooled-chain-executor.forceSynchronousExecution:false}
exitOnMiddlewareInstanceCreationFailure: ${pooled-chain-executor.exitOnMiddlewareInstanceCreationFailure:true}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy