Gathering detailed insights and metrics for @deliverr/serverless-offline-step-functions
Gathering detailed insights and metrics for @deliverr/serverless-offline-step-functions
Gathering detailed insights and metrics for @deliverr/serverless-offline-step-functions
Gathering detailed insights and metrics for @deliverr/serverless-offline-step-functions
Serverless Offline Plugin to Support Step Functions for Local Development
npm install @deliverr/serverless-offline-step-functions
Typescript
Module System
Min. Node Version
Node Version
NPM Version
v1.0.0-alpha.15
Updated on Nov 19, 2020
v1.0.0-alpha.13
Updated on Oct 21, 2020
v1.0.0-alpha.12
Updated on Oct 20, 2020
v1.0.0-alpha.11
Updated on Oct 19, 2020
v1.0.0-alpha.10
Updated on Oct 17, 2020
v1.0.0-alpha.9
Updated on Oct 16, 2020
TypeScript (99.04%)
JavaScript (0.96%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
9 Stars
294 Commits
5 Forks
2 Watchers
25 Branches
2 Contributors
Updated on Dec 22, 2023
Latest Version
1.0.3
Package Id
@deliverr/serverless-offline-step-functions@1.0.3
Unpacked Size
102.54 kB
Size
22.51 kB
File Count
93
NPM Version
8.19.4
Node Version
16.20.0
Published on
Jun 18, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
23
Serverless Offline Plugin to Support Step Functions for Local Development.
Features:
If the plugin is being useful in your company and/or project and want to keep the development active, consider buying me a coffee 🙂... coffee is the thing that makes me the most happy person in the world and I'd appreciate the sponsorship.
1$ npm i -D @fernthedev/serverless-offline-step-functions 2 3# or 4 5$ yarn add -D @fernthedev/serverless-offline-step-functions
The plugin contain a couple of options to configure in custom
1custom: 2 '@fernthedev/serverless-offline-step-functions': 3 port: 8014 4 enabled: true 5 debug: false
port
: Port of the Step Functions API Simulator (Default: 8014)enabled
: Enabled Step Function API Simulator (Default: true)debug
: Enable Debugger Output (Default: false)If your project uses serverless-webpack
to compile/transpile your serverless application. Make sure is defined in your plugins before this plugin and serverless-offline
1plugins: 2 - serverless-webpack # Defined Before 3 - serverless-step-functions # Defined Before 4 - '@fernthedev/serverless-offline-step-functions' 5 - serverless-offline
$npx sls offline start
and not npx sls offline
.States | Notes |
---|---|
Task | Basic Retry/Catch now supported!, Timeout and Heartbeat are not supported yet. |
Choice | ✅ |
Wait | ✅ |
Parallel | Not Supported at all yet. |
Pass | ✅ |
Fail | ✅ |
Succeed | ✅ |
Map | Basic Support |
The plugin began as a fork of flocasts/serverless-offline-step-functions for a fix. Then I decided to do a full rewrite of it 😀
Thank you for your interest on contributing. There's a tons of ways that you can contribute!
Please follow both PR and Issues template for contribution. Any Open Issue/PR that does not follow the templates will be closed
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
85 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More