https://github.com/crow-misia/go-aws-iot-device
AWS IoT Device Client for Go
https://github.com/crow-misia/go-aws-iot-device
Last synced: 3 months ago
JSON representation
AWS IoT Device Client for Go
- Host: GitHub
- URL: https://github.com/crow-misia/go-aws-iot-device
- Owner: crow-misia
- License: mit
- Created: 2023-10-09T08:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T05:38:13.000Z (3 months ago)
- Last Synced: 2025-03-03T06:25:11.639Z (3 months ago)
- Language: Go
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-aws-iot-device
[](https://godoc.org/github.com/crow-misia/go-aws-iot-device)
[](https://goreportcard.com/report/github.com/crow-misia/go-aws-iot-device)
[](LICENSE)Package awsiotdevice implements AWS IoT features.
Implemented features:
- Provisioning# Requirements
Go 1.21 and beyond.
# Install
```shell
go get -u github.com/crow-misia/go-aws-iot-device
```# Build
```shell
go build
```### Create certification and key
```shell
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
```shell
aws iot describe-endpoint --endpoint-type iot:Data-ATS
```# License
MIT