Skip to content

[Docs]: how functions work in a PaaS environments like Render.com #9741

@suzdalnitski

Description

@suzdalnitski

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?

  • I'm interested in working on this

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions