简体   繁体   English

如何使用aws-iot从设备发送图像(大小> 128KB的文件)

[英]How to send images(files of size > 128KB) from device using aws-iot

由于aws IoT支持128KB作为默认消息大小,使用nodejs sdk连接到aws-iot的设备如何能够发送大小> 128KB的图像或文件。

Just setup a simple web service in front of s3 to get the pieces and push them to s3.. you can use a Lambda function fronted by the API system.. if you're getting regular input, it should be relatively light... 只需在s3前面设置一个简单的Web服务来获取它们并将它们推送到s3 ..你可以使用API​​系统前面的Lambda函数..如果你得到常规输入,它应该相对较轻......

Alternatively you can host a webservice on Digital Ocean, Linode or another service and push the data into s3 (or azure blob storage)... either should work for you. 或者,您可以在Digital Ocean,Linode或其他服务上托管Web服务,并将数据推送到s3(或azure blob存储)......要么适合您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 aws-iot设备和作业在同一过程中失去了连接 - aws-iot device and jobs looses connections in the same process 使用Node.js更新aws-iot上的thing-shadow得到一些错误..还附加了代码用于reffrence - Updating thing-shadow on aws-iot using Node.js getting some error..also attached code for reffrence 如何使用AWS IoT向/从Web浏览器发送/接收消息 - How to use AWS IoT to send/receive messages to/from Web Browser 如何使用AWS IOT按钮同时发送短信和通话? - How to send sms and call at a time using aws IOT button? 如何在Android应用程序上获得aws-iot的东西阴影?我为此使用了rest api(由aws创建),但需要了解如何使用rest api添加标头? - How to get aws-iot thing shadow on android app??I Used rest api(created by aws) for this but need to understand how to add headers with rest api? 尝试订阅AWS-IOT自定义主题时获取NULL和错误403 - Getting NULL and Error 403 while trying to subscribe the AWS-IOT custom topic 从Lambda向特定的aws-iot-core设备发布消息 - Publishing messages to specific aws-iot-core device from Lambda AWS IoT上主题的设备订阅 - Device subcription to topic on AWS IoT 无法使用browserify要求('aws-iot-device-sdk')。 - unable to require('aws-iot-device-sdk') using browserify. 如何使用 AWS CLI 为 IoT 设备发送十六进制字符串? - How do I send a hex string with AWS CLI for IoT devices?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM