{"id":29019624,"url":"https://github.com/senora-dev/terraform-aws-lambda","last_synced_at":"2025-06-26T00:33:16.638Z","repository":{"id":301182298,"uuid":"1000664934","full_name":"Senora-dev/terraform-aws-lambda","owner":"Senora-dev","description":"This Terraform module creates and manages AWS Lambda functions with configurable runtime, handler, environment variables, and more.","archived":false,"fork":false,"pushed_at":"2025-06-25T14:48:11.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T15:37:47.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Senora-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2025-06-12T06:21:42.000Z","updated_at":"2025-06-25T14:38:48.000Z","dependencies_parsed_at":"2025-06-25T15:37:52.210Z","dependency_job_id":"e06268c9-0ae8-4c7d-86a4-30492bf54321","html_url":"https://github.com/Senora-dev/terraform-aws-lambda","commit_stats":null,"previous_names":["senora-dev/terraform-aws-lambda"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Senora-dev/terraform-aws-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Senora-dev","download_url":"https://codeload.github.com/Senora-dev/terraform-aws-lambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-lambda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261977540,"owners_count":23239367,"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","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":[],"created_at":"2025-06-26T00:31:23.007Z","updated_at":"2025-06-26T00:33:16.590Z","avatar_url":"https://github.com/Senora-dev.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda Terraform Module\n\nThis Terraform module creates and manages AWS Lambda functions with configurable runtime, handler, environment variables, and more.\n\n## Features\n\n- Create Lambda functions\n- Support for multiple runtimes\n- Environment variables\n- IAM role and policy attachment\n- VPC configuration\n- Dead Letter Queue (DLQ) support\n- Tagging support\n\n## Usage\n\n```hcl\nmodule \"lambda\" {\n  source = \"Senora-dev/lambda/aws\"\n\n  function_name = \"my-function\"\n  handler       = \"index.handler\"\n  runtime       = \"nodejs18.x\"\n  s3_bucket     = \"my-bucket\"\n  s3_key        = \"lambda.zip\"\n\n  environment = {\n    variables = {\n      ENV = \"dev\"\n    }\n  }\n\n  tags = {\n    Environment = \"dev\"\n    Terraform   = \"true\"\n  }\n}\n```\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| function_name | Name of the Lambda function | `string` | n/a | yes |\n| handler | Function entrypoint in your code | `string` | n/a | yes |\n| runtime | Lambda runtime | `string` | n/a | yes |\n| s3_bucket | S3 bucket storing Lambda code | `string` | n/a | yes |\n| s3_key | S3 key for Lambda code | `string` | n/a | yes |\n| environment | Environment variables | `map(string)` | `{}` | no |\n| tags | A map of tags to add to all resources | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| lambda_function_arn | The ARN of the Lambda function |\n| lambda_function_name | The name of the Lambda function |\n\n## Maintainers\n\nThis module is maintained by [Senora.dev](https://senora.dev). ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenora-dev%2Fterraform-aws-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenora-dev%2Fterraform-aws-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenora-dev%2Fterraform-aws-lambda/lists"}