Summary and description
It's not entirely clear how do functions in api/src/functions work. Eg what happens when the GraphQL handler in api/src/functions/graphql.ts is getting called in the context of a PaaS like Render.com? Are they automatically getting wrapped in a Fastify server?
Or do I have to also deploy an AWS Lambda in addition to Render.com? What about other functions that I may add to api/src/functions? Like functions/auth.ts, which was generated by adding in the SuperTokens auth (which also makes use of supertokens-node/framework/awsLambda, so I'm not sure if I have to make use of AWS for auth).
Are you interested in working on this?
Summary and description
It's not entirely clear how do functions in
api/src/functionswork. Eg what happens when the GraphQL handler inapi/src/functions/graphql.tsis getting called in the context of a PaaS like Render.com? Are they automatically getting wrapped in a Fastify server?Or do I have to also deploy an AWS Lambda in addition to Render.com? What about other functions that I may add to
api/src/functions? Likefunctions/auth.ts, which was generated by adding in the SuperTokens auth (which also makes use ofsupertokens-node/framework/awsLambda, so I'm not sure if I have to make use of AWS for auth).Are you interested in working on this?