Student Reviews
( 5 Of 5 )
1 review
Video of How do I deploy AWS Lambda using Terraform? in Terraform course by Rahul Wagh channel, video No. 15 free certified online
Learn More about terraform - https://jhooq.com/categories/terraform/
GitHub Repo - https://github.com/rahulwagh/Terraform-Topics/tree/master/aws-lambda
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?
Timestamps
0:00 - Intro
1:53 - Terraform AWS Lambda workflow
03:53 - AWS Lambda python code and Project structure
04:52 - Terraform modules needed for implementing AWS Lambda
06:30 - Demo
15:26 - Verify AWS Lambda
To learn more on DevOps visit - https://jhooq.com/
For more official documentation refer to - https://www.terraform.io/
Disclaimer/Policy: All the content/instructions are solely mine. The source is completely open-source.
Video is copyrighted and can not be re-distributed on any platform.
#github #devops #terraform #aws