Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.01 KB

aws-lambda-terraform-deploy

Create an AWS Lambda Function and deploy a sample code using Terraform

Prerequisites

Task Details

  • Sign into AWS Management Console.
  • Setup Visual Studio Code
  • Create a variables file
  • Create source and destination S3 buckets in the main.tf file
  • Create an IAM role and policy for the Lambda function in the main.tf file
  • Create a lambda function in the main.tf file
  • Create a lambda trigger for S3 in main.tf file
  • Create an output file
  • Confirm the installation of Terraform by checking the version
  • Apply terraform configurations
  • Check the resources in AWS Console
  • Delete AWS Resources