Santy2703 / terraform-tutorial

Deploy a Lambda function with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-tutorial

Lambda Example

This examples shows how to deploy an AWS Lambda function using Terraform only.

To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html

Running the example

run terraform init to initialize.

run terraform apply to see it work.

run terraform destroy to clean up.

About

Deploy a Lambda function with Terraform

License:Apache License 2.0


Languages

Language:HCL 91.8%Language:Python 8.2%