{"id":28548876,"url":"https://github.com/plus3it/terraform-aws-codecommit-pr-reminders","last_synced_at":"2025-07-04T04:32:07.181Z","repository":{"id":36972629,"uuid":"198710392","full_name":"plus3it/terraform-aws-codecommit-pr-reminders","owner":"plus3it","description":"Terraform module that deploys a lambda function which will publish open pull requests to Slack","archived":false,"fork":false,"pushed_at":"2025-06-17T05:27:03.000Z","size":2225,"stargazers_count":3,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-17T06:27:29.771Z","etag":null,"topics":["aws","lambda","terraform"],"latest_commit_sha":null,"homepage":"","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/plus3it.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}},"created_at":"2019-07-24T21:12:19.000Z","updated_at":"2025-06-17T05:27:06.000Z","dependencies_parsed_at":"2023-10-03T11:21:49.155Z","dependency_job_id":"61d4282f-da2a-4761-8df2-5fe1d0eaf0c4","html_url":"https://github.com/plus3it/terraform-aws-codecommit-pr-reminders","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/plus3it/terraform-aws-codecommit-pr-reminders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-codecommit-pr-reminders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-codecommit-pr-reminders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-codecommit-pr-reminders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-codecommit-pr-reminders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus3it","download_url":"https://codeload.github.com/plus3it/terraform-aws-codecommit-pr-reminders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-codecommit-pr-reminders/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263446000,"owners_count":23467655,"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","lambda","terraform"],"created_at":"2025-06-10T01:30:58.734Z","updated_at":"2025-07-04T04:32:07.167Z","avatar_url":"https://github.com/plus3it.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## terraform-aws-codecommit-pr-reminders\n\nTerraform module to deploy a lambda function that will enumerate CodeCommit repositories and publish the Open PRs to slack\n\n## Testing\n\nManual testing:\n\n```\n# Replace \"xxx\" with an actual AWS profile, then execute the integration tests.\nexport AWS_PROFILE=xxx \nmake terraform/pytest PYTEST_ARGS=\"-v --nomock\"\n```\n\nFor automated testing, PYTEST_ARGS is optional and no profile is needed:\n\n```\nmake mockstack/up\nmake terraform/pytest PYTEST_ARGS=\"-v\"\nmake mockstack/clean\n```\n\n\u003c!-- BEGIN TFDOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.12 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_iam_policy_document.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_hook_url\"\u003e\u003c/a\u003e [hook\\_url](#input\\_hook\\_url) | Slack webhook URL; see \u003chttps://api.slack.com/incoming-webhooks\u003e | `string` | n/a | yes |\n| \u003ca name=\"input_dry_run\"\u003e\u003c/a\u003e [dry\\_run](#input\\_dry\\_run) | toggle to control dryrun output of the lambda function | `bool` | `false` | no |\n| \u003ca name=\"input_lambda\"\u003e\u003c/a\u003e [lambda](#input\\_lambda) | Object of optional attributes passed on to the lambda module | \u003cpre\u003eobject({\u003cbr/\u003e    artifacts_dir            = optional(string, \"builds\")\u003cbr/\u003e    build_in_docker          = optional(bool, false)\u003cbr/\u003e    create_package           = optional(bool, true)\u003cbr/\u003e    ephemeral_storage_size   = optional(number)\u003cbr/\u003e    ignore_source_code_hash  = optional(bool, true)\u003cbr/\u003e    local_existing_package   = optional(string)\u003cbr/\u003e    memory_size              = optional(number, 128)\u003cbr/\u003e    recreate_missing_package = optional(bool, false)\u003cbr/\u003e    runtime                  = optional(string, \"python3.12\")\u003cbr/\u003e    s3_bucket                = optional(string)\u003cbr/\u003e    s3_existing_package      = optional(map(string))\u003cbr/\u003e    s3_prefix                = optional(string)\u003cbr/\u003e    store_on_s3              = optional(bool, false)\u003cbr/\u003e    timeout                  = optional(number, 300)\u003cbr/\u003e  })\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_log_level\"\u003e\u003c/a\u003e [log\\_level](#input\\_log\\_level) | The log level of the lambda function | `string` | `\"INFO\"` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | (Optional) Name to associate with the lambda function | `string` | `\"codecommit-pr-reminders\"` | no |\n| \u003ca name=\"input_schedule\"\u003e\u003c/a\u003e [schedule](#input\\_schedule) | (Optional) Schedule expression for CloudWatch event; see \u003chttps://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html\u003e | `string` | `\"cron(0 7 ? * MON-FRI *)\"` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Tags to add to the supported resources | `map(any)` | `{}` | no |\n\n## Outputs\n\nNo outputs.\n\n\u003c!-- END TFDOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-codecommit-pr-reminders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus3it%2Fterraform-aws-codecommit-pr-reminders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-codecommit-pr-reminders/lists"}