https://github.com/alichry/aws-appsync-butler
A simple yet powerful AppSync development framework. Compatible with CDK and SST. 🚀 Highly-suitable for Single Table design applications.
https://github.com/alichry/aws-appsync-butler
appsync appsync-butler aws aws-cdk graphql serverless-stack
Last synced: 4 months ago
JSON representation
A simple yet powerful AppSync development framework. Compatible with CDK and SST. 🚀 Highly-suitable for Single Table design applications.
- Host: GitHub
- URL: https://github.com/alichry/aws-appsync-butler
- Owner: alichry
- License: mit
- Created: 2021-12-18T10:37:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T17:17:05.000Z (almost 4 years ago)
- Last Synced: 2025-08-09T01:55:39.467Z (10 months ago)
- Topics: appsync, appsync-butler, aws, aws-cdk, graphql, serverless-stack
- Language: TypeScript
- Homepage: https://alichry.github.io/aws-appsync-butler/
- Size: 1.85 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS AppSync Butler
[](https://gitter.im/aws-appsync-butler/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://github.com/alichry/aws-appsync-butler/actions/workflows/node.js.yml)
> This package `aws-appsync-butler` is now deprecated, use `@appsync-butler/core` instead.
> The new packages provides a new CLI and seperates the SST implementation
> in an isolated package to work around peer dependencies. Visit the
> [homepage](https://github.com/alichry/appsync-butler#readme) for more
> information
AWS AppSync Butler is a simple AppSync development framework. Focus
on writing resolvers and functions while AppSync Butler provides you
with convenience to define variables, bind data sources, and load
resolvers seamlessly.
## Documentation
Explore the documentation of AppSync Butler [here](https://alichry.github.io/aws-appsync-butler).