{"id":17033776,"url":"https://github.com/alexandermendes/tf-aws-lambda-file","last_synced_at":"2026-04-14T06:33:24.387Z","repository":{"id":90622101,"uuid":"214528791","full_name":"alexandermendes/tf-aws-lambda-file","owner":"alexandermendes","description":"A Terraform module to create AWS Lambda resources from file.","archived":false,"fork":false,"pushed_at":"2019-10-16T21:50:41.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T05:54:57.064Z","etag":null,"topics":["aws","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexandermendes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2019-10-11T21:06:52.000Z","updated_at":"2023-03-17T12:19:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"bab53df3-c3e0-4a9d-8032-48d1aa72f803","html_url":"https://github.com/alexandermendes/tf-aws-lambda-file","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/alexandermendes/tf-aws-lambda-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermendes%2Ftf-aws-lambda-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermendes%2Ftf-aws-lambda-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermendes%2Ftf-aws-lambda-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermendes%2Ftf-aws-lambda-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandermendes","download_url":"https://codeload.github.com/alexandermendes/tf-aws-lambda-file/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandermendes%2Ftf-aws-lambda-file/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","terraform"],"created_at":"2024-10-14T08:36:08.894Z","updated_at":"2026-04-14T06:33:24.370Z","avatar_url":"https://github.com/alexandermendes.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Zipped Lambda File Module\n\nA Terraform module to create AWS Lambda resources from file.\n\n## Usage\n\nFor a function `my-function.py` placed in the `functions` directory in the root\nof the repository.\n\n```terraform\nmodule \"lambda\" {\n  source        = \"git::https://github.com/alexandermendes/tf-aws-lambda-file.git?ref=tags/v1.0.0\"\n  function_name = \"my-function\"\n  dir           = \"functions\"\n  ext           = \"py\"\n  runtime       = \"python3.7\"\n  handler       = \"lambda_handler\"\n}\n```\n\n**Note that the source reference above is just an example, in most cases you\nshould update it to the [latest tag](https://github.com/alexandermendes/tf-aws-lambda-file/tags).**\n\nFor additional variables and outputs see [variables.tf](./variables.tf) and\n[outputs.tf](./outputs.tf), respectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermendes%2Ftf-aws-lambda-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandermendes%2Ftf-aws-lambda-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermendes%2Ftf-aws-lambda-file/lists"}