AWS Lambda on Java 8 for Alexa Skill. Basic example

preview_player
Показать описание
This video tutorial oes throug basic steps to build an Alexa Skills, using AWS Lambda on Java 8 as a service logic.

This tutorial's source and description:

IntelliJ IDEA plugin - Connector for AWS Lambda:
Latest releases:

Echo & Alexa Devices on Amazon

Alexa Skills on Amazon:

Echo Show and Echo Spot - Developer Tools and Resources

Supported Alexa Features by Country for "International Version" Echo Devices

Buying "International Version" Echo Devices
Рекомендации по теме
Комментарии
Автор

The best tutorial using alexa-sdk and aws-lambda for java!

qwsxcfr
Автор

This is the BEST tutorial I've seen after hours of scraping the web. TURN UP YOUR MICROPHONE to hear him explain EVERY SINGLE step you'll need in order to create an Alexa skill from scratch.

gavinv.
Автор

Thanks for sharing this.Can you explain alexa proactive events with example

sushilpanpatil
Автор

I love it when people make tutorials to go with their github material! THANK YOU SO MUCH!

mollytaylor
Автор

Best working example, I used software to amplify the volume to hear the instructions.

TheChaitanyaDubey
Автор

Could you help me to resolve this Audio only response output. My LaunchRequest successfully delivers output but when I tried utterance configured in custom intent getting Audio only response in Alexa Simulator. But when I post intentRequest as manual Json receiving JSON output.


Thanks in Advance

dklearnv
Автор

I have a quite basic problem but I dont know how to exactly solve it (I am not exactly using this tutorial but an official template). I dont know if thats important, but I am not using english as the skill language. and when I try to trigger the launchrequesthandler by saying (I translated the following) "open {skill-name}", I somewhat get a sessionendrequest as an input :/

gfxmrsaltman
Автор

Thanks for the awesome guide!
I followed your instructions, but unexpectedly faced with a problem
on the stage of testing the skill.
Could you please suggest, what is possible reason
for the issue, I observe during skill test:


java.lang.NoSuchMethodError:


Error happens on line: RequestEnvelope requestEnvelope = serializer.deserialize(request, RequestEnvelope.class);

P.S. I double checked that I use proper libraries versions.

oleksandrv
Автор

i have a small problem how you import this package "package io.github.satr.alexaskills;"

AsiriMenuka
Автор

I have a problem, i follow all steps and i have this error when do the test :
{
"errorMessage": "Class not found: io.github.satr.alexaskills.MagicDiceHandler",
"errorType":
}

marcosilipigni
Автор

Could You please add subtitles to it atleast.

monikatulsani