1.0.5 • Published 1 year ago

@node-lambdas/client v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Node Lambdas Client

Node/web interface to use with jsfn.run API.

Usage

Here's an example on how to convert between JSON to YAML and then base64 using a web function:

// JSON > YAML > base64
const json = JSON.stringify({ hello: 'world' });
const encode = pipe({ name: 'yaml', action: 'encode' }, { name: 'base64', action: 'encode' });
const response = await encode(json);

console.log(await response.text());
1.0.5

1 year ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago