Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 23 days ago
JSON representation

AWS AppSync golang client library

Awesome Lists containing this project

README

        

appsync-client-go
=================

[![Go Reference](https://pkg.go.dev/badge/github.com/sony/appsync-client-go.svg)](https://pkg.go.dev/github.com/sony/appsync-client-go)
[![Job Status](https://inspecode.rocro.com/badges/github.com/sony/appsync-client-go/status?token=VN4s0UD-m44_nY-nP0kSWRE3aVQiTg4UY2oTpm8r_Zc&branch=master)](https://inspecode.rocro.com/jobs/github.com/sony/appsync-client-go/latest?completed=true&branch=master)
[![Report](https://inspecode.rocro.com/badges/github.com/sony/appsync-client-go/report?token=VN4s0UD-m44_nY-nP0kSWRE3aVQiTg4UY2oTpm8r_Zc&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.