0

Someone has made a similiar question, but the answer is unclear to me and I would like a bit more detailed answers.

What is "hellostepfunc1" in the serverless documenation for setup AWS stepfunctions?

What is "hellostepfunc1" in all the serverless tutorials? Can I rename it to anything else I want?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Telenoobies
  • 938
  • 3
  • 16
  • 33

1 Answers1

0

Yes, you can name the steps whatever you wish.

The JSON file specifies which step is the Start Step.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470