{"id":18368851,"url":"https://github.com/rpstreef/tf-cicd-lambda","last_synced_at":"2025-07-24T16:09:37.115Z","repository":{"id":212011238,"uuid":"243903354","full_name":"rpstreef/tf-cicd-lambda","owner":"rpstreef","description":"Terraform AWS CI/CD module for AWS Lambda compute","archived":false,"fork":false,"pushed_at":"2020-03-02T04:54:25.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T04:03:07.900Z","etag":null,"topics":["aws","aws-lambda","cicd","codedeploy","codepipeline","lambda","terraform","terraform-module"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpstreef.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}},"created_at":"2020-02-29T04:21:40.000Z","updated_at":"2021-12-28T11:45:30.000Z","dependencies_parsed_at":"2023-12-12T04:39:24.814Z","dependency_job_id":null,"html_url":"https://github.com/rpstreef/tf-cicd-lambda","commit_stats":null,"previous_names":["rpstreef/tf-cicd-lambda"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-cicd-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-cicd-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-cicd-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-cicd-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpstreef","download_url":"https://codeload.github.com/rpstreef/tf-cicd-lambda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247522429,"owners_count":20952546,"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":["aws","aws-lambda","cicd","codedeploy","codepipeline","lambda","terraform","terraform-module"],"created_at":"2024-11-05T23:27:41.530Z","updated_at":"2025-04-06T17:31:53.305Z","avatar_url":"https://github.com/rpstreef.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS CI/CD module for AWS Lambda compute\n\n## About:\n\nThis repo sets up an AWS CodePipeline CI/CD for your AWS Lambda/Lambda-layer code. It does so by using a [Gulp](https://gulpjs.com/) script that runs AWS CLI commands.\n\nThe Terraform Lambda and Lambda-layer ``resources`` should not be checking code versions to make sure there are no re-deployments done when you run Terraform ``apply``.\n\n## How to use:\n\nSupply the github details, recommended to not set the Github OAuth token in your ``tfvars`` file but instead enter it at the command line. \nThe S3 backed state storage is AES encrypted, so your Github OAuth token should be safe there.\n\n``lambda_function_names`` variable expects a comma separated list of all your lambda function names.\n\n```terraform\nmodule \"cicd\" {\n  source = \"github.com/rpstreef/tf-cicd-lambda\"\n\n  resource_tag_name = var.resource_tag_name\n  namespace         = var.namespace\n  region            = var.region\n\n  github_token        = var.github_token\n  github_owner        = var.github_owner\n  github_repo         = var.github_repo\n  poll_source_changes = var.poll_source_changes\n\n  lambda_layer_name     = aws_lambda_layer_version._.layer_name\n  lambda_function_names = \"${module.identity.lambda_name},${module.user.lambda_names}\"\n}\n```\n\n## Changelog\n\n### v1.0\n - Initial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpstreef%2Ftf-cicd-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpstreef%2Ftf-cicd-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpstreef%2Ftf-cicd-lambda/lists"}