hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 8.99k forks source link

[New Resource]: Create AWS Lambda Function Test Event Resource #38195

Open KylePeterDavies opened 3 days ago

KylePeterDavies commented 3 days ago

Description

I would like to be able to create AWS Lambda Test Events with Terraform.

Screenshot 2024-06-29 at 07 00 23

Requested Resource(s) and/or Data Source(s)

aws_lambda_function_test_event

Potential Terraform Configuration

resource "aws_lambda_function_test_event" "test_event" {
 json = {
   name: "John Doe"
 }
}

References

I could not find a function in the AWS SDK Go or AWS SDK Go v2.

Would you like to implement a fix?

No

github-actions[bot] commented 3 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue