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
- Host: GitHub
- URL: https://github.com/r11baka/aws-appsync-graphql-template
- Owner: R11baka
- Created: 2024-01-15T17:20:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T17:41:53.000Z (almost 2 years ago)
- Last Synced: 2025-08-25T07:27:39.226Z (8 months ago)
- Topics: appsync, appsync-graphql-api, typescript
- Language: TypeScript
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.