appsync-vtl-generator

generates DynamoDB VTL files for aws appsync

Usage no npm install needed!

<script type="module">
  import appsyncVtlGenerator from 'https://cdn.skypack.dev/appsync-vtl-generator';
</script>

README

appsync-vtl-generator

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

oclif Version Downloads/week License

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