DEV Community

Rahul Wagh
Rahul Wagh

Posted on • Originally published at jhooq.com

How do I deploy AWS Lambda using Terraform?

Learn More about terraform - https://jhooq.com/categories/terraform/

AWS Lambda allows you to execute the code without any server and if you are using Terraform to manage your AWS infrastructure then you can use AWS Lambda module to write your Lambda implementation using Terraform. AWS Lambda natively supports Java, Go, PowerShell, Node. js, C#, Python, and Ruby.

In this lab session, we will go through the following steps -

  1. What is AWS Lambda?
  2. What is work flow of AWS lmabda along with Terraform?
  3. How to write AWS Lambda using Terraform?
  4. How to verify your AWS Lambda created by Terraform
  5. How to create test event for AWS Lambda?

Top comments (0)