1 Answer
- Newest
- Most votes
- Most comments
0
【以下的回答经过翻译处理】 我可以通过在不与dataReader
同名的函数下指定函数来获取非时间序列属性。
因此,对于非时间序列属性,应该是:
"functions": {
"attributePropertyValueReaderByEntity": {
"implementedBy": {
"lambda": {
"arn": "arn:aws:lambda:us-east-1:<account>:function:RoboRunnerWorkerInfo"
}
}
}
这在文档中绝对没有提到。我通过在github中查找并找到https://github.com/aws-samples/aws-iot-twinmaker-samples/blob/main/src/modules/s3/component-types/s3_component_type.json来到达这一点。
Relevant content
- asked 2 years ago
- Accepted Answerasked a year ago
- Accepted Answerasked 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a month ago