Skip to content

josuablejeru/appsync-vtl-generator

Repository files navigation

appsync-vtl-generator

Generate VTL files (appsync resolvers) for DynamoDB from graphql schemas

oclif Version Downloads/week License

Examples

Please visit my Coffe Recipe Api to see how appsync-vtl-generator can be used in your project.

Usage

$ 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]
...

Supported features:

[x] DynamoDB vtl mappers (keys, relationships) [ ] auth rules with Cognito

✌️ Get in touch with me

Personal Website Twitter LinkedIn "Buy Me A Coffee"

📝 License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements