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
- Host: GitHub
- URL: https://github.com/rafalwilinski/serverless-go-graphql
- Owner: RafalWilinski
- Created: 2018-01-30T22:37:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T19:27:33.000Z (over 2 years ago)
- Last Synced: 2026-02-20T07:41:05.218Z (4 months ago)
- Topics: dynamodb, go, golang, graphql, serverless, serverless-framework
- Language: Go
- Homepage: https://rwilinski.me
- Size: 3.91 KB
- Stars: 30
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```