This project aims to test the creation of the AWS step function service with terraform.
- aws-cli 1.16.266
- Terraform v0.12.12
You have to configure your aws credential.
aws configure --profile my-profile
cd terraform-step-function-lambda
terraform init
terraform plan -out plan.txt
terraform apply "plan.txt"
terraform destroy