Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 607 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 607 Bytes

Terraform AWS Event Driven Architecture

Buiding infrastructure for AWS Event Driven Architecture lab.

Usage

Create a terraform.tfvars file and fillup the values.

touch terraform.tfvars
account_id = "1111111111"
region     = "us-west-1"
access_key = "ASIAX7LKNIP47"
secret_key = "/EQyp3+Tvo6h72CBISRgeC9AUW"
token      = "IQoJb3JpZ2luX2VjEAAaCXVzLWVhc3QtMS"
apigw_url  = "https://j4.execute-api.us-east-1.amazonaws.com/Prod/"
terraform plan
terraform apply