Hello, I have some possibly stupid questions, sett...
# typescript
c
Hello, I have some possibly stupid questions, setting up a very basic example
graphql
example, started with
awsx.apigateway.API
but I'm wondering if I should switch to
appsync
https://github.com/pulumi/examples/blob/master/aws-ts-appsync/index.ts atm I'm using
apollo-server-lambda -> new ApolloServer({ typeDefs, resolvers })
but this is starting to feel kind of redundant anybody have any thoughts there?
I'm guessing appsync is the way to go... although it does feel like I should be able to use the gateway and attach the lambda server somehow, at the same time maybe this is unnecessary since appsync seems to do the same thing through a different medium