{"id":25704988,"url":"https://github.com/senora-dev/terraform-aws-self-service-runner","last_synced_at":"2025-09-08T07:34:40.732Z","repository":{"id":227649118,"uuid":"730208578","full_name":"Senora-dev/terraform-aws-self-service-runner","owner":"Senora-dev","description":"This Terraform module creates an AWS CodeBuild project designed to serve as a runner for Port self-service actions. The CodeBuild project is configured to be triggered by the Lambda Agent.","archived":false,"fork":false,"pushed_at":"2024-03-15T06:47:55.000Z","size":14,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T06:40:47.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://senora.dev","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/Senora-dev.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":"2023-12-11T12:39:23.000Z","updated_at":"2024-03-21T15:46:11.000Z","dependencies_parsed_at":"2024-03-14T13:21:22.755Z","dependency_job_id":"3daa6fea-aa72-4421-b721-c20bb8778525","html_url":"https://github.com/Senora-dev/terraform-aws-self-service-runner","commit_stats":null,"previous_names":["senora-dev/terraform-aws-self-service-runner"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Senora-dev/terraform-aws-self-service-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-self-service-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-self-service-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-self-service-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-self-service-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Senora-dev","download_url":"https://codeload.github.com/Senora-dev/terraform-aws-self-service-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senora-dev%2Fterraform-aws-self-service-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274152330,"owners_count":25231288,"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-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2025-02-25T06:34:20.323Z","updated_at":"2025-09-08T07:34:40.701Z","avatar_url":"https://github.com/Senora-dev.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-self-service-runner\nThis Terraform module creates an AWS CodeBuild project designed to serve as a runner for Port self-service actions. The CodeBuild project is configured to be triggered by the [Lambda Agent](https://github.com/Senora-dev/terraform-aws-self-service-agent).\n\n## Prerequisites\n- Before creating a runner (which serves as the backend for the action), ensure that you create a form and set the [trigger using Kafka](https://docs.getport.io/create-self-service-experiences/setup-backend/kafka/).\n- Generate a [buildspec.yaml](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html) file containing the specifications for your action.\n\n## Usage\nNow, add the module into your Terraform code.\nIf you set the Secrets ARNs hardcoded in the buildspec, use this:\n```terraform\nmodule \"my_runner\"{\n    source  = \"Senora-dev/self-service-runner/aws\"\n    version = \"~\u003e1.0.0\"\n    \n    action_identifier = \"action_identifier_from_port_ui\"\n    buildspec_file = file(\"${path.module}/runners/sample.yaml\")\n}\n```\nIf you don't want to set the Secrets ARNs hardcoded in the buildspec - use \"templatefile\" with the Agent Module outputs:\n```terraform\nmodule \"my_runner\"{\n    source  = \"Senora-dev/self-service-runner/aws\"\n    version = \"~\u003e1.0.0\"\n    \n    action_identifier = \"action_identifier_from_port_ui\"\n    buildspec_file = file(\"${path.module}/runners/sample.yaml\")\n}\n```\n\n## Contributing\nContributions to this project are welcome! Feel free to submit issues, feature requests, or pull requests to help improve the self-service backend.\n\n## License\nThis project is licensed under the [Apache 2.0 License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenora-dev%2Fterraform-aws-self-service-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenora-dev%2Fterraform-aws-self-service-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenora-dev%2Fterraform-aws-self-service-runner/lists"}