Skip to content

biswas/terraform-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-simple

terraform plan

Simple IaC with terraform to create AWS Lambda function that logs current time on CloudWatch when triggered from Lambda console. Current version of CI/CD workflow with GitHub Actions builds all required resources and immediately destroys them before the Lambda can be triggered. Refer to Makefile and use commands other than terraform destroy for persistence of resources.

References