/go-aws-iot-device

AWS IoT Device Client for Go

Primary LanguageGoMIT LicenseMIT

go-aws-iot-device

GoDoc Go Report Card MIT License

Package awsiotdevice implements AWS IoT features.

Implemented features:

  • Provisioning

Requirements

Go 1.21 and beyond.

Install

go get -u github.com/crow-misia/go-aws-iot-device

Build

go build

Create certification and key

aws iot create-keys-and-certificate --set-as-active --certificate-pem-outfile certificate.pem --public-key-outfile public.key --private-key-outfile private.key

endpoint

aws iot describe-endpoint --endpoint-type iot:Data-ATS

License

MIT