...

/

The Serverless Step Functions Plugin

The Serverless Step Functions Plugin

Become familiar with the Serverless Step Functions plugin.

In this lesson, we'll introduce the Serverless Step Functions plugin for the Serverless Framework. We'll explore why this plugin is useful for building applications with AWS Step Functions, how it can be used, and the basic steps for installation and configuration. Moreover, we'll create a dummy Step Functions workflow, which will trigger the Lambda function created in the previous lesson.

General information about the plugin

The Serverless Step Functions plugin is an NPM package. It enhances the capabilities of the Serverless Framework, simplifying the creation, deployment, and ...