Lambda Deployment with CICD using Terraform

Rehmat  Ali

Rehmat Ali

Cloud Function Configure and deploy a cloud function(or similar like Lambda) into any of the big 3 cloud providers This function should be publicly available and return a basic string like "Hello World" or whatever you want Deploy the function in an automated way Bonus: using any tool of your choosing. Guidelines • The function is configured via laC. It could be Terraform, something else you're more familiar with, or something you want to experiment with. Use either AWS, GCP, or Azure. Please don't spend more than 2-3 hours on this project.
Serverlessn Archiecture
Serverlessn Archiecture
AWS Archiecture
AWS Archiecture
Terraform Certified
Terraform Certified
Like this project

Posted Jan 4, 2025

Deploy a cloud function (AWS/GCP/Azure) via IaC (e.g., Terraform) to return "Hello World." Automate deployment. Bonus: Use any preferred tool.