serverless-offline-stepfunctions-local

0.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i serverless-offline-stepfunctions-local

Weekly Downloads

13

Version

0.0.2

License

MIT

Unpacked Size

7.51 kB

Total Files

5

Last publish

Collaborators

  • pianomansam