blob: ec4cdab1c8e8aa9fd3fe37f896b542d75115b44d [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-aws2-lambda"]
= AWS 2 Lambda
:linkattrs:
:cq-artifact-id: camel-quarkus-aws2-lambda
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.1.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.1.0##
endif::[]
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
[id="extensions-aws2-lambda-whats-inside"]
== What's inside
* xref:{cq-camel-components}::aws2-lambda-component.adoc[AWS Lambda component], URI syntax: `aws2-lambda:function`
Please refer to the above link for usage and configuration details.
[id="extensions-aws2-lambda-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-aws2-lambda[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-lambda</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-aws2-lambda-ssl-in-native-mode"]
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].
[id="extensions-aws2-lambda-additional-camel-quarkus-configuration"]
== Additional Camel Quarkus configuration
[id="extensions-aws2-lambda-configuration-not-possible-to-leverage-quarkus-amazon-lambda-by-camel-aws2-lambda-extension"]
=== Not possible to leverage quarkus-amazon-lambda by Camel aws2-lambda extension
Quarkus-amazon-lambda extension allows you to use Quarkus to build your AWS Lambdas, whereas Camel component manages (deploy, undeploy, …​) existing functions.
Therefore, it is not possible to use `quarkus-amazon-lambda` as a client for Camel `aws2-lambda` extension.