How can I define lambda function test events using Terraform? – Amazon Web Sevices
I've provisioned a lambda function successfully using Terraform. However, I noticed that there's no attributes under aws_lambda_function that allows me to define test events; Just to be clear, the "tests" I am referring to are JSON that I can define…