You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure where to find the ARN in the console. Do I need to create a lambda function aside from the instructions on the readme?
Creating an Alexa Skill
After creating the Lambda function, you can now create an Alexa skill:
Go to the Alexa console and create a new skill
Skill type: Custom Interaction Model
Intent: { "intents": [{"intent": "TestIntent"}]}
Sample utterances: "TestIntent test swift"
Service endpoint type: AWS Lambda ARN (use the ARN from the AWS Console)
The text was updated successfully, but these errors were encountered:
Sorry for the late reply – the ARN is the unique number in the AWS console that identifies the Lambda function. After you created the Lambda function you'll see the ARN
Not sure where to find the ARN in the console. Do I need to create a lambda function aside from the instructions on the readme?
The text was updated successfully, but these errors were encountered: