Skip to content

Generates terraform and graphql schema suitable for configuring an AWS appsync api instance

License

Notifications You must be signed in to change notification settings

ONSdigital/aws-appsync-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Appsync Builder

Unit tests Go Report Card

Generates appsync-flavour graphql schema, resolvers and terraform configuration

Usage

Arg Default Required Description
-m --manifest ./manifest.yml no Manifest file to generate from
-o --output ./generated no Default generated output path Warning: Anything existing in this path will be wiped before generation

Example:

> go run cmd/generator/main.go --m ./resources/config.yml

Manifest reference

The manifest schema reference can be found in the documentation folder

LICENSE

Copyright (c) 2019 Crown Copyright (Office for National Statistics)

Released under MIT license, see LICENSE for details.