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 -
- What is AWS Lambda?
- What is work flow of AWS lmabda along with Terraform?
- How to write AWS Lambda using Terraform?
- How to verify your AWS Lambda created by Terraform
- How to create test event for AWS Lambda?
Top comments (0)