Functions UI now includes step-by-step instructions for local developmentJune 2, 2023
You can create and manage Stedi Functions, such as those using external libraries, locally with the Stedi CLI and Functions SDK. The Functions UI now contains a Local Setup page with step-by-step instructions to help you get started. As part of this update, we removed the ability to edit code in the Functions UI.
- The CLI now uses esbuild, which enables multi-file functions and allows you to use
npm
libraries in function code. - Editing files locally promotes the usage of source control.
Functions is a compute service that lets you run code without managing servers. You can use functions to respond to Stedi Core events, integrate Stedi with external systems, and define functionality to fulfill any EDI integration requirement.