https://github.com/sony/appsync-client-go
AWS AppSync golang client library
https://github.com/sony/appsync-client-go
appsync golang graphql graphql-client
Last synced: 6 months ago
JSON representation
AWS AppSync golang client library
- Host: GitHub
- URL: https://github.com/sony/appsync-client-go
- Owner: sony
- License: mit
- Created: 2019-03-16T03:51:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T10:41:24.000Z (10 months ago)
- Last Synced: 2025-04-02T08:07:33.134Z (6 months ago)
- Topics: appsync, golang, graphql, graphql-client
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 54
- Watchers: 20
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
appsync-client-go
=================[](https://pkg.go.dev/github.com/sony/appsync-client-go)
[](https://inspecode.rocro.com/jobs/github.com/sony/appsync-client-go/latest?completed=true&branch=master)
[](https://inspecode.rocro.com/reports/github.com/sony/appsync-client-go/branch/master/summary)[AWS AppSync](https://aws.amazon.com/jp/appsync/) Go client library
Features
--------* GraphQL Query(Queries, Mutations and Subscriptions).
* MQTT over Websocket for subscriptions.
* Pure Websockets subscriptions.Getting Started
---------------### Installation
```
$ go get github.com/sony/appsync-client-go
```### Example
See [example](https://github.com/sony/appsync-client-go/blob/master/appsync_example_test.go).
License
---------
This library is distributed under [The MIT license](https://opensource.org/licenses/MIT).
See [LICENSE](https://github.com/sony/appsync-client-go/blob/master/LICENSE) and
[NOTICE](https://github.com/sony/appsync-client-go/blob/master/NOTICE) for more information.