question

Fabián Romo avatar image
Fabián Romo asked

Can an alexa skill bind with multiple lambda functions?

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.

alexalambdaalexa skills
1 comment
10 |5000

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

Joseph Kesselman avatar image Joseph Kesselman commented ·
The simplest was I can see to do that would be to write a lambda which forwards requests to other lambdas...?
0 Likes 0 ·

1 Answer

Andy Whitworth avatar image
Andy Whitworth answered

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 ?

1 comment
10 |5000

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

Fabián Romo avatar image Fabián Romo commented ·

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

0 Likes 0 ·