This initializes your Terraform configuration.
terraform init
This will create the Lambda function and the associated IAM role.
terraform plan
This will create the Lambda function and the associated IAM role.
terraform apply
To destroy
terraform destroy
Zip file
zip -r src/src.zip src