# Packages
No description provided by the author
# README
go-aws-iot-device
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