{"id":22199262,"url":"https://github.com/babbel/terraform-aws-lambda-with-inline-code","last_synced_at":"2026-03-10T13:10:12.759Z","repository":{"id":38191453,"uuid":"331571968","full_name":"babbel/terraform-aws-lambda-with-inline-code","owner":"babbel","description":"Terraform module creating a Lambda function with inline code","archived":false,"fork":false,"pushed_at":"2025-11-27T20:18:56.000Z","size":82,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-11-28T02:48:39.374Z","etag":null,"topics":["aws","aws-lambda","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/babbel/lambda-with-inline-code/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-21T09:05:04.000Z","updated_at":"2025-11-27T20:18:58.000Z","dependencies_parsed_at":"2023-12-07T18:31:30.242Z","dependency_job_id":"56180e33-4bf3-4c32-941e-d946662eddff","html_url":"https://github.com/babbel/terraform-aws-lambda-with-inline-code","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/babbel/terraform-aws-lambda-with-inline-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-lambda-with-inline-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-lambda-with-inline-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-lambda-with-inline-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-lambda-with-inline-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babbel","download_url":"https://codeload.github.com/babbel/terraform-aws-lambda-with-inline-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-lambda-with-inline-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T14:38:37.398Z","status":"ssl_error","status_checked_at":"2026-03-03T14:38:06.721Z","response_time":61,"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","aws-lambda","terraform","terraform-module"],"created_at":"2024-12-02T15:13:47.668Z","updated_at":"2026-03-10T13:10:12.728Z","avatar_url":"https://github.com/babbel.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lambda Function with Inline Code\n\nThis module creates a Lambda function, as well as its IAM role and CloudWatch Logs group with inline code, i.e. the code of the Lambda function is uploaded by Terraform.\n\n## Usage\n\n```tf\nmodule \"lambda\" {\n  source  = \"babbel/lambda-with-inline-code/aws\"\n  version = \"~\u003e 1.2\"\n\n  function_name = \"example\"\n  description   = \"This is an example\"\n\n  runtime                        = \"nodejs12.x\"\n  handler                        = \"index.handler\"\n  memory_size                    = 128\n  timeout                        = 3\n  reserved_concurrent_executions = 1\n\n  environment_variables = {\n    NODE_ENV = \"production\"\n  }\n\n  source_dir = \"lambda/src\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-lambda-with-inline-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabbel%2Fterraform-aws-lambda-with-inline-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-lambda-with-inline-code/lists"}