I’m trying to figure out how to get AWS AppSync wo...
# general
f
I’m trying to figure out how to get AWS AppSync working. It seems like I can create the service itself, but I can’t actually define the GraphQL schema or any of the resolvers or mapping templates anywhere. Am I missing something? Or is this just using the very limited Terraform implementation behind the scenes?
w
Yes - this is due to limitations in the Terraform Provider support for AppSync. Looks like it’s in progress - https://github.com/terraform-providers/terraform-provider-aws/pull/6451.
f
Nice thanks for finding that. Hopefully this gets merged in soon. Pulumi has the potential of simplifying our appsync deployments quite a bit
s
Hey, would be great if you could let me know once its in and appsync is fully supported - this would help me greatly to make the case for pulumi in our company
f
I don’t know how often Pulumi gets updated when a Terraform provider does, but it would probably be best to just subscribe to that GitHub PR