Quarkus Amazon Alexa
This Quarkus extension aims at making the Amazon Alexa SDK work in native executables.
Installation
If you want to use this extension, you need to add the io.quarkiverse.amazonalexa:quarkus-amazon-alexa
extension first.
In your pom.xml
file, add:
<dependency>
<groupId>io.quarkiverse.amazonalexa</groupId>
<artifactId>quarkus-amazon-alexa</artifactId>
<version>1.0.5</version>
</dependency>