Skip to content

Latest commit

 

History

History

StepFunction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Step Function

AWS Step Function is a serverless orchestration service that lets you integrate with AWS Lambda functions and other AWS services to build business-critical applications. Through Step Functions' graphical console, you see your application’s workflow as a series of event-driven steps.

In this code, we have step function defined to run two Lambda functions i.e. Lambda_one and Lambda__two step by step.

Step Function

Terraform execution

terraform init
terraform init

terraform init

terraform plan
terraform plan

terraform plan terraform plan

terraform validate
terraform validate

terraform validate

terraform apply
terraform apply

terraform apply terraform apply AWS deployed Step Function Definition

Test Execution

Test the execution by providing following input to step function :

{
  "client_name": "Adidas"
}

The step function executes successfully : Step Function SUCCESS Step Function IO