Skip to Content
Learn AWS Serverless Computing
book

Learn AWS Serverless Computing

by Scott Patterson
December 2019
Intermediate to advanced
382 pages
9h 43m
English
Packt Publishing
Content preview from Learn AWS Serverless Computing

Step Functions Local

Before we wrap up, it's worth mentioning an alternative method for developing Step Functions workflows that isn't directly in AWS. It's possible to download a local version of Step Functions so that you can write code on your own machine. This artifact comes as a .jar file or a Docker image. All you have to do to start a container is pull the image from Docker Hub. Let's get started:

  1. Use the following command to download the image from Docker Hub. It is assumed you have Docker installed:
docker pull amazon/aws-stepfunctions-local
  1. Run it, publish the port mapping, and you'll be away:
docker run -p 8083:8083 amazon/aws-stepfunctions-local

There are actually a few environment variables you have to set inside the running ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical Amazon EC2, SQS, Kinesis, and S3: A Hands-On Approach to AWS

Practical Amazon EC2, SQS, Kinesis, and S3: A Hands-On Approach to AWS

Sunil Gulabani

Publisher Resources

ISBN: 9781789958355