This project is meant to be used with projen's external module feature. It will quickly create an AWS AppSync API that uses the cdk-appsync-transformer.
Currently supports
Since the AppSync transformer uses version 1.63.0
of the AWS CDK we want to pin our version here as there are breaking changes that have not yet been merged into the transformer construct.
npx projen new --from cdk-appsync-project --cdk-version-pinning true --cdk-version "1.63.0"
This project has the .jsii
file and the lib/
folder committed. This facilitates the following testing
npx projen new --from https://github.com/kcwinner/cdk-appsync-project --cdk-version-pinning true --cdk-version "1.63.0"