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.
To change a datasource's name (handled outside of this module), you must:
- Have
create_before_destroy = truein alifecycleblock for that datasource terraform taintthe old datasource
Otherwise, it will fail to change the datasource name because resolvers are linked to it.