Generate VTL files (appsync resolvers) for DynamoDB from graphql schemas
Please visit my Coffe Recipe Api to see how appsync-vtl-generator
can be used in your project.
$ npm install -g appsync-vtl-generator
$ appsync-vtl-generator [schema.graphql] [output dir]
$ appsync-vtl-generator (-v|--version|version)
appsync-vtl-generator/0.1.0 darwin-x64 node-v16.4.2
$ appsync-vtl-generator --help
USAGE
$ appsync-vtl-generator [schema.graphql] [output dir]
...
[x] DynamoDB vtl mappers (keys, relationships) [ ] auth rules with Cognito
Distributed under the MIT License. See LICENSE for more information.