【发布时间】:2022-10-25 05:21:34
【问题描述】:
我正在通过 UI 为 Alexa Smart Home 设置 Alexa Skills,并得到以下确认
当我点击保存时,出现以下错误
- String instance with value
"arn:aws:lambda:us-west-2:123456789012:function:ab-xyz-alexa-qa:7" at
property path "$.manifest.apis.smartHome.regions.NA.endpoint.uri"
does not match the regular expression:
"arn:aws:lambda:us-east-1:[0-9]{12}:function:[a-zA-Z0-9-_]+(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})?(:[a-zA-Z0-9-_]+)?".
- Please make sure that "Alexa Smart Home" is selected for the event
source type, for provided arn [Invalid value] :
arn:aws:lambda:us-west-2:123456789012:function:ab-xyz-alexa-qa:7
这个设置有什么问题?
【问题讨论】: