Reputation: 71
I'm new to the Alexa Skills Kit and I just want to make a quick hello world skill to test it out, I've set up a lambda account for the endpoint for said skill, and I tried to create a lambda server but it says that it is not available in my region. I live in southern california, do I have to be in the region to use and host the skills code on lambda?
Upvotes: 3
Views: 1202
Reputation: 1164
To more specifically answer your question: "No, you don't have to be in any particular region to use the US-East Lambda region".
And as stated above, you current must select the US-East region to support Alexa skills.
Upvotes: 2
Reputation: 41
You need to use US-East as per the Alexa documentation..
Note: Lambda functions for Alexa skills must be hosted in the US East (N. Virginia) region. Currently, this is the only Lambda region the Alexa Skills Kit supports.
Upvotes: 4