Skip to content

Commit

Permalink
Merge pull request #22289 from gsmet/amazon-alexa-doc
Browse files Browse the repository at this point in the history
Adjust documentation for Amazon Alexa
  • Loading branch information
geoand authored Dec 16, 2021
2 parents c469487 + e694880 commit d60e514
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/src/main/asciidoc/amazon-lambda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -635,15 +635,17 @@ jar tvf target/function.zip

== Amazon Alexa Integration

To use Alexa with Quarkus native, please add the following extension.
To use Alexa with Quarkus native, you need to use the https://github.com/quarkiverse/quarkus-amazon-alexa[Quarkus Amazon Alexa extension hosted at the Quarkiverse Hub].

[source,xml]
----
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-amazon-alexa</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.alexa</groupId>
<artifactId>quarkus-amazon-alexa</artifactId>
<version>${quarkus-amazon-alexa.version}</version> <1>
</dependency>
----
<1> Define the latest version of the extension in your POM file.

Create your Alexa handler, as normal, by sub-classing the abstract `com.amazon.ask.SkillStreamHandler`, and add your request handler implementation.

Expand Down

0 comments on commit d60e514

Please sign in to comment.