1 回答
- 最新
- 投票最多
- 评论最多
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来到达这一点。
相关内容
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前