cdk-appsync-project
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i cdk-appsync-project

Weekly Downloads

4

Version

1.1.3

License

Apache-2.0

Unpacked Size

267 kB

Total Files

68

Last publish

Collaborators

  • kwinner