# 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
# Packages
No description provided by the author
# Functions
No description provided by the author
NewConnection returns a new AWS IoT Core Client instance.
No description provided by the author
No description provided by the author
WithCurve is curve implements setter.
WithSignatureAlgorithm is signature algorithm setter.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
ProvisionerOption type.