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

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.

Awesome Lists containing this project

README

          

# AWS AppSync Butler

[![Gitter](https://badges.gitter.im/aws-appsync-butler/community.svg)](https://gitter.im/aws-appsync-butler/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build](https://github.com/alichry/aws-appsync-butler/actions/workflows/node.js.yml/badge.svg)](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).