1.0.0 • Published 9 months ago

@adobe/contentlake-shared-functions v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Content Lake Shared - functions

Library for invoking functions for Asset Catalog

This is one of the Content Lake Shared libraries.

Status

GitHub license

Usage

Install using:

npm install @adobe/contentlake-shared-functions

Example usage:

import { FunctionRunner } from '@adobe/contentlake-shared-functions';

const runner = new FunctionRunner();
await runner.invokeFunction('test-function', {
    param1: true
});
1.0.0

9 months ago