Installation
AWS AppSync Butler should be installed in your CDK or SST application.
Create a new CDK or SST application
If you have an existing CDK or SST application setup, go to Install dependencies.
- Getting started with AWS Cloud Development Kit
- Getting started with Serverless Stack Toolkit
Install dependencies
Open a terminal in your CDK or SST project and install the required dependencies.
- Serverless Stack Toolkit
- AWS Cloud Development Kit
# Using npm:
npm install aws-appsync-butler
# Using Yarn:
yarn add aws-appsync-butler
# Using npm:
npm install aws-appsync-butler @aws-cdk/aws-appsync
# Using Yarn:
yarn add aws-appsync-butler @aws-cdk/aws-appsync