Skip to content

A streamlined template for serverless applications using Go, GraphQL, and DynamoDB.

License

Notifications You must be signed in to change notification settings

taako-502/go-gql-dynamodb-template

Repository files navigation

Go GraphQL and DynamoDB and Serverless Template

Local Development

go run handler/main.go -migrate
docker-compose up -d

GraphQL Generation

cd handler
go run github.com/99designs/gqlgen generate

Deploy

make && serverless deploy

About

A streamlined template for serverless applications using Go, GraphQL, and DynamoDB.

Topics

Resources

License

Stars

Watchers

Forks