Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

Barry Burd avatar image
Barry Burd asked

Step by step instructions for the Java version of MyColorIs

I've created the Node.js version of MyColorIs and run it on my Echo device. When I try to do the Java version, I get to the New Lambda Function page, and don't know how to fill in the blanks. Do I upload the SessionSpeechlet.java file for the Lambda function code? What do I fill in for the handler? Thanks.
alexa skills kit
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jjaquinta avatar image
jjaquinta answered
Lambda Java use is not well documented in Amazon's (otherwise excellent) docs. I've got a sample and some steps up here: https://github.com/jjaquinta/EchoProofOfConcepts/tree/master/jo.echo.lambda (It will also be in the book I'm writing, due out next week!)
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

memo@amazon avatar image
memo@amazon answered
Hi, I just wanted to mention that we now have Java Samples and new documentation. You can find more information here: - https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/deploying-a-sample-skill-as-a-web-service
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.