1.0.5 • Published 5 months ago

@node-lambdas/client v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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

5 months ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago