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

https://github.com/r11baka/aws-appsync-graphql-template

appsync boilerplate: include typescrpipt resolvers
https://github.com/r11baka/aws-appsync-graphql-template

appsync appsync-graphql-api typescript

Last synced: 6 months ago
JSON representation

appsync boilerplate: include typescrpipt resolvers

Awesome Lists containing this project

README

          

## AWS Appsync GraphQL API template with Lambda

Integrate AWS Appsync easily with Lambda using this template.

# Contents
- [Quick Start](#quick-start)

# Quick Start
Detailed explanation you can read at https://r11baka.hashnode.dev/how-to-connect-appsync-and-lambda

## Installation

Clone the repository

```bash
git clone https://github.com/R11baka/aws-appsync-graphql-template.git
cd aws-appsync-graphql-template
npm i
```

## What included
husky with pre push and precommit hooks. You can't push incorrect schema for appsync.