1 回答
- 最新
- 投票最多
- 评论最多
1
You're correct that the provisioning methods described here are not for LoRaWAN devices: https://docs.aws.amazon.com/iot/latest/developerguide/iot-provision.html
For AWS IoT Core for LoRaWAN, you can bulk provision your devices by automating calls to CreateWirelessDevice, as demonstrated in this sample: https://github.com/aws-samples/aws-iot-core-lorawan/tree/main/automation/batchregistration
