AWS IoT Core for LoRaWAN is a part of AWS IoT Core for operating a LoRaWAN (low-power long-range Wide Area Network) private network operates by a private LNS (LoRa Network Server). Devices and gateways can connect to AWS IoT Core by using AWS IoT Core for LoRaWAN. Gateways should use the Basic Station firmware.
https://docs.aws.amazon.com/iot/latest/developerguide/connect-iot-lorawan-getting-started.html
Install the CLI for AWS IoT https://docs.aws.amazon.com/cli/latest/reference/iotwireless/index.html
TODO
https://docs.aws.amazon.com/iot/latest/developerguide/connect-iot-lorawan-onboard-gateway-add.html
gateway_a1b2c3d4567890ab.json:
TODOaws iotwireless create-wireless-gateway \
--lorawan GatewayEui="a1b2c3d4567890ab",RfRegion="EU868" \
--name "myFirstLoRaWANGateway" \
--description "Using my first LoRaWAN gateway"
--cli-input-json file://gateway_a1b2c3d4567890ab.jsonTODO
https://docs.aws.amazon.com/cli/latest/reference/iotwireless/get-position-estimate.html
aws iotwireless get-position-estimate --cli-input-json file://location.json