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

https://github.com/rafalwilinski/serverless-go-graphql

Serverless Framework template with Golang, GraphQL and DynamoDB
https://github.com/rafalwilinski/serverless-go-graphql

dynamodb go golang graphql serverless serverless-framework

Last synced: 4 months ago
JSON representation

Serverless Framework template with Golang, GraphQL and DynamoDB

Awesome Lists containing this project

README

          

# Serverless Golang + GraphQL + DynamoDB template

### Deploying
```sh
make && serverless deploy
```

### Using as Serverless framework template
```sh
serverless create --template-url https://github.com/RafalWilinski/serverless-go-graphql
```