Skip to content

pianomansam/serverless-offline-stepfunctions-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-offline-stepfunctions-local

Overview

This Serverless Offline plugin starts a local AWS Step Functions emulator with stepfunctions-local. It is meant to be used with serverless-offline-stepfunctions-plugin, which creates state machines from serverless-step-functions definitions in serverless.yml.

Installation

npm install serverless-offline-stepfunctions-local

OR

yarn add serverless-offline-stepfunctions-local

Usage

Enable this plugin by editing your serverless.yml file and placing an serverless-offline-stepfunctions-local entry in the plugins section, placed above the serverless-offline-stepfunctions-plugin and serverless-offline plugins.

Example

serverless.yml:

plugins:
  - serverless-step-functions
  - serverless-offline-stepfunctions-local
  - serverless-offline-stepfunctions-plugin
  - serverless-offline

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published