This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 88f9827dd5 NIFI-14898 Added SSL Context Service property to PutLambda 
(#10236)
88f9827dd5 is described below

commit 88f9827dd51bd38998aeb80e0dbb9a3bc0bf8358
Author: mohamed chebbi <[email protected]>
AuthorDate: Tue Aug 26 04:58:29 2025 +0100

    NIFI-14898 Added SSL Context Service property to PutLambda (#10236)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
index 3cf2f09d56..3565c98dc2 100644
--- 
a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
+++ 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
@@ -103,6 +103,7 @@ public class PutLambda extends 
AbstractAwsSyncProcessor<LambdaClient, LambdaClie
             AWS_LAMBDA_FUNCTION_QUALIFIER,
             REGION,
             AWS_CREDENTIALS_PROVIDER_SERVICE,
+            SSL_CONTEXT_SERVICE,
             TIMEOUT,
             PROXY_CONFIGURATION_SERVICE,
             ENDPOINT_OVERRIDE);

Reply via email to