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.