{"id":15156371,"url":"https://github.com/dedunumax/terraform-provider-awslambda","last_synced_at":"2025-08-09T22:07:26.021Z","repository":{"id":43887525,"uuid":"284970667","full_name":"dedunumax/terraform-provider-awslambda","owner":"dedunumax","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-28T18:06:23.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T00:46:02.908Z","etag":null,"topics":["aws","go","lambda","terraform","terraform-providers"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/dedunumax/awslambda/latest","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dedunu/terraform-provider-awslambda","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dedunumax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-04T12:20:10.000Z","updated_at":"2023-05-25T06:52:11.000Z","dependencies_parsed_at":"2025-04-02T04:31:48.133Z","dependency_job_id":"bb284179-f064-4f08-b626-a3c84f6c1c4e","html_url":"https://github.com/dedunumax/terraform-provider-awslambda","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/dedunumax/terraform-provider-awslambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedunumax%2Fterraform-provider-awslambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedunumax%2Fterraform-provider-awslambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedunumax%2Fterraform-provider-awslambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedunumax%2Fterraform-provider-awslambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedunumax","download_url":"https://codeload.github.com/dedunumax/terraform-provider-awslambda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedunumax%2Fterraform-provider-awslambda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269644975,"owners_count":24452655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","go","lambda","terraform","terraform-providers"],"created_at":"2024-09-26T19:20:38.208Z","updated_at":"2025-08-09T22:07:26.000Z","avatar_url":"https://github.com/dedunumax.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-awslambda\n\n## Note\n\nterraform-provider-awslambda was developed as a workaround to Terraform AWS provider. Terraform provider has the capability. Please use it. This plug-in is not maintained.\n\nhttps://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_invocation\n\n## Build\n\n```console\n$ go build -o terraform-provider-awslambda \n```\n\n## Installation\n\n```console\n$ cp terraform-provider-awslambda ~/.terraform.d/plugins\n```\n\n## Usage\n\nDefining the provider. This provider only supports `region` and `profile` variables.\n\n```terraform\nprovider \"awslambda\" {\n  region   = \"us-west-1\"\n  profile  = \"default\"\n}\n```\n\nExample:\n\n```terraform\nresource \"aws_lambda_invocation\" \"example\" {\n  function_name = \"${aws_lambda_function.lambda_function_test.function_name}\"\n\n  input = \u003c\u003cJSON\n {\n   \"key1\": \"value1\",\n   \"key2\": \"value2\"\n }\n JSON\n}\n\noutput \"result_entry\" {\n  value = jsondecode(aws_lambda_invocation.example.result)[\"key1\"]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedunumax%2Fterraform-provider-awslambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedunumax%2Fterraform-provider-awslambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedunumax%2Fterraform-provider-awslambda/lists"}