Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Extension for AWS Alexa Skill Kit (ASK SDK v2 for Java) #2461

Closed
HemanandRajamani opened this issue May 16, 2019 · 5 comments
Closed

Add Extension for AWS Alexa Skill Kit (ASK SDK v2 for Java) #2461

HemanandRajamani opened this issue May 16, 2019 · 5 comments

Comments

@HemanandRajamani
Copy link

Adding the extension for AWS Alexa Skill Kit (ASK SDK v2 for Java) will enable supersonic start up of the aws lambda function and will help Alexa skills to get around the cold start delay without compromising the use of the already existing quarkus extensions.

@gsmet
Copy link
Member

gsmet commented Nov 13, 2019

@marcinczeczko is there something that make sense to add to your AWS services extensions?

@marcinczeczko
Copy link
Contributor

@gsmet - Alexa sdk is a different SDK. I didn't consider it, but it's worth to look at at some point in the future

@fcracker79
Copy link

Up to this point I managed to use Quarkus to implement an Alexa skill, not natively. Unfortunately, though, it seems to be that when I try to make it native, the compilation fails because of references to unsupported methods (mostly from java.lang.Thread).
I have opened an issue on StackOverflow (https://stackoverflow.com/questions/59531126/native-quarkus-with-aws-lambda-does-not-build/59576326#59576326). No luck for the moment.

@fcracker79
Copy link

All in all, I managed to implement a fully functional Alexa Skill using Quarkus native.
You can find all the details here.
Hope this help to move forward to the implementation of an extension.

@geoand
Copy link
Contributor

geoand commented Aug 30, 2023

Closing because we have a Quarkiverse extension for this.

@geoand geoand closed this as completed Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants