Skip to main content
The Lambda Assistant can help you build Lambda functions in JavaScript or TypeScript. In most cases, a Lambda isn’t necessary, but it can still be helpful if you want to utilize an NPM package that has functionality Xano doesn’t support natively.

Using the Lambda Assistant

1

Find the Lambda Assistant

lambda-assistant-20251011-084421

You'll find the Lambda Assistant in the top-right corner of the Lambda function.

2

Tell the Assistant about the Lambda you're trying to build

Our Lambda functions use Deno behind the scenes, so it will first present you with some helpful syntax tips to get started, which the Assistant is familiar with as well. You can run your function stack beforehand to give the Assistant access to the context of the rest of your logic.You can also ask the Assistant to import any NPM packages you need, and it will automatically add the import statement to the top of the function.Ask the Assistant to build the Lambda function, and it will generate the code for you.
3

Review and Iterate

Once the Assistant has taken a first pass at your question, you can continue to converse with it to iterate and expand, or correct missteps.
I