3.1.0 • Published 2 years ago

sf-fx-sdk-nodejs v3.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Salesforce Function SDK for Node.js

Note: This feature is in beta and has been released early so we can collect feedback. It may contain significant problems, undergo major changes, or be discontinued. The use of this feature is governed by the Salesforce.com Program Agreement.

What

This repo contains the public typescript types for https://github.com/forcedotcom/sf-fx-runtime-nodejs. These types have been extracted into their own repo. The idea is that a customer can depend on this public package and import necessary types for their project:

import { InvocationEvent, Context, Logger} from "sf-fx-sdk-nodejs";
export async function execute(event: InvocationEvent<any>, context: Context, logger: Logger {
  // ...
}

The https://github.com/forcedotcom/sf-fx-runtime-nodejs also internally depends on these types.

Releasing

Follow the internal SDK publish pipeline doc.

3.1.0

2 years ago

3.1.0-alpha1

2 years ago

3.0.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago