Skip to content

strohganoff/terraform-step-function-lambda

 
 

Repository files navigation

This project aims to test the creation of the AWS step function service with terraform.

Requirements

  • aws-cli 1.16.266
  • Terraform v0.12.12

AWS Configuration

You have to configure your aws credential.

aws configure --profile my-profile

Create the infrastructure stack and deploy the lambdas

cd terraform-step-function-lambda
terraform init
terraform plan -out plan.txt
terraform apply "plan.txt"

Destroy the stack

terraform destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 64.6%
  • JavaScript 35.4%