Skip to content

Invicton-Labs/terraform-aws-appsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS AppSync

This module creates a complete AppSync deployment, including the GraphQL API, the schema, and the resolvers. It is intended to be used with the Invicton-Labs/appsync-parser/aws module.

Note

To change a datasource's name (handled outside of this module), you must:

  1. Have create_before_destroy = true in a lifecycle block for that datasource
  2. terraform taint the old datasource

Otherwise, it will fail to change the datasource name because resolvers are linked to it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages