Hello I am using <Apollo graphql federation> in my...
# help
b
Hello I am using Apollo graphql federation in my project, they recommend to host the gateway on a server, now I am using the
ApolloApi
sst construct for gateway and each service. Can I use
ec2
cdk construct to host gateway on, in other words, will it be compatible with other services which is hosted using
ApolloApi
construct?
t
You can use ec2 to host the gateway (but I'd recommend fargate container) and that will be able to talk to other deployed ApolloApi constructs
b
got it, thank you