Supported Libraries
Last updated
Was this helpful?
Last updated
Was this helpful?
The library provides support for advanced math formulas and expressions.
This library is accessible within the Lambda through the library variable math
. The standard JavaScript Math library is accessible through the variable Math
, so make sure you pay attention to case sensitivity, so that you are using the appropriate library.
Here is an example showing how to perform the negative square root of 4.
The library is built into and useful for performing common routines related to cryptography.
This library is accessible within the Lambda through the library variable crypto
.
Here is an example showing how to perform a SHA 256 digital signature.
The library provides support to send email using SMTP and other transport mechanisms.
This function is accessible within the Lambda through the function variable nodemailer
.
Here is an example showing how to send a test email through ethereal.email. This example is taken from the Nodemailer documentation.
This function is accessible within the Lambda through the function variable mailparser
.
Here is an example showing how to instantiate it.
This function is commonly used along with the Crypto library for those wishing to use that library with Promises instead of callbacks.
This function is accessible within the Lambda through the function variable promisify
.
They are accessible within the Lambda through the function variables: dns
, http
, https
, and net
.
Here is an example showing how to create a custom https agent.
This library is accessible within the Lambda through the library variable socks
.
Here is an example showing how to create a connection.
This is accessible within the Lambda through the function variable ethers
.
Here is an example of formatting a number in Ether.
This is accessible within the Lambda through the function variable azure.identity
.
Here is an example of generating default Azure credentials with Azure/Identity.
Here is an example of generating a service bus client connection with Azure/Service-Bus.
This is accessible within the Lambda through the function variable azure.serviceBus
.
This is accessible within the Lambda through the function variable zeebe
.
Here is an example of generating a timeout duration with Zeebe:
This is accessible within the Lambda through the function variable cryptojs
.
Here is an example of encrypting a string using CryptoJS:
This is accessible within the Lambda through the function variable uuid
.
Here is an example of creating a UUID:
This is accessible within the Lambda through the function variable jose
.
Here is an example of creating a signed JWT:
This is accessible within the Lambda through the function variable fastXmlParser
.
Here is an example of parsing an XML string:
This is accessible within the Lambda through the function variable aws4
.
Here is an example of parsing an XML string:
The library is an addon for Nodemailer.
The function is built into and is useful for converting legacy callback routines into a based variant. Promises are a standardization of how responses are received in asynchronous programming, which makes it possible to rely on shorthand keywords like .
Here is an example showing how to use Promisify on the Crypto library to generate an secret key.
The following node libraries are available within Xano's Lambda support: , , , and .
The library is a fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5 protocols.
This aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem.
This provides token authentication through a set of convenient TokenCredential implementations.
This provides access to , which is a highly-reliable cloud messaging service from Microsoft.
This is a Node.js gRPC client for , the workflow engine in Camunda Platform 8.
This is a Node.js package of crypto standards.
This is a Node.js package for the creation of RFC4122 UUID's
This is JavaScript module for JSON Object Signing and Encryption, providing support for JSON Web Tokens (JWT), JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), JSON Web Key Set (JWKS), and more
This is a Node.js package for being able to parse, build, and validate XML.
This is a Node.js package for signing http/https requests using AWS Signature Version 4.