alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

How to create a lambda function with Python when creating Alexa skills #214

Closed sungjinp11 closed 6 years ago

sungjinp11 commented 6 years ago

I installed Alexa in the raspberry pi. I want to control the LED on the Raspberry pi using the AWS Lambda. It seems that YouTube only uses flask-ask. I want to control the LED on the raspberry pi with the Lambda Function. I want you to tell me how.

Liamdelee commented 6 years ago

hello, this part of the alexa-skills-kit-sdk is dedicated to node.js so i would recommend asking this question again at the python part of Alexa

tianrenz commented 6 years ago

Hi @sungjinp11, Thanks for your interest in developing Alexa skills. Currently we have official SDK support for Alexa Skills Kit in both Node.js and Java . Here is a great document on how to start building Alexa Skills with Node.js SDK. Hope it can help!