Is there a way for an alexa skill to bind to multiple lambda functions?
If the answer is yes, how can the user who downloads the skill configure an ID or something to link the skill to one of the functions?
Any comment is welcomed.
Is there a way for an alexa skill to bind to multiple lambda functions?
If the answer is yes, how can the user who downloads the skill configure an ID or something to link the skill to one of the functions?
Any comment is welcomed.
You can configure a separate endpoint for each region but that probably isn't what you want.
Can you expand upon what you're trying to achieve ?
Hello, thanks for answering.
What I'm trying to do is manage multiple objects in AWS iot with a single Alexa skill.
The idea for this question is to create several aws iot objects each with its respective lambda function.
And the Alexa skill can handle any of these functions.
But regarding what I explained at the beginning (manage multiple objects with a single skill), I had another idea in the following question:
How can a single skill be linked for multiple objects created in AWS IoT independently?
And it seems that in the comments of said question, there is the possible solution to my problem. Today I'm going to try to understand the suggestion that they propose there.
I would be very grateful if you have any additional comments or suggestions.
Regards
6 People are following this question.