Rocketgraph DocumentationAboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Create Basic App
    • Intro
    • Account
    • Setup
    • Create React App
    • Todos application
    • Understanding GraphQL Mutations
    • Permissions
    • Deploy
    • Introduction
    • Setup
    • Github
    • OTP
    • Social logins
    • Postgres Logger
    • AI Chatbots
    • Client
    • Auth
    • Serverless Functions
Question? Give us feedback → (opens in a new tab)Edit this page
API
Serverless Functions

Serverless Functions

You can use serverless functions to deploy your own backend code as AWS Lambdas. First download rgraph plugin (opens in a new tab) Simply go to the folder containing the code(We support only Node 16 for now) and execute rgraph deploy <project name>. Use the Nodejs handler for AWS Lambdas (opens in a new tab) to write your functions.

Auth

Rocketgraph Docs