1.1.3 • Published 3 years ago

cdk-appsync-project v1.1.3

Weekly downloads
15
License
Apache-2.0
Repository
github
Last release
3 years ago

CDK AppSync Project

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

  • GitHub package.json dependency version (prod)

How To Use

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"

Notice

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"
1.1.3

3 years ago

1.1.2

3 years ago

1.0.4

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago