{"id":24087285,"url":"https://github.com/hazelops/terraform-aws-sls-app","last_synced_at":"2026-03-01T20:33:48.568Z","repository":{"id":56814251,"uuid":"523670744","full_name":"hazelops/terraform-aws-sls-app","owner":"hazelops","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-25T14:26:46.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T15:06:10.189Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hazelops.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":"2022-08-11T09:57:25.000Z","updated_at":"2024-09-25T14:26:09.000Z","dependencies_parsed_at":"2025-02-27T04:28:29.511Z","dependency_job_id":"22503f4c-4172-4f00-a16c-337f7dbc5863","html_url":"https://github.com/hazelops/terraform-aws-sls-app","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hazelops/terraform-aws-sls-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelops%2Fterraform-aws-sls-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelops%2Fterraform-aws-sls-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelops%2Fterraform-aws-sls-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelops%2Fterraform-aws-sls-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazelops","download_url":"https://codeload.github.com/hazelops/terraform-aws-sls-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelops%2Fterraform-aws-sls-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29983206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-10T03:03:32.217Z","updated_at":"2026-03-01T20:33:48.551Z","avatar_url":"https://github.com/hazelops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Serverless App Module\nTerraform module to create AWS Serverless application.\n\n##  How to use:\n```hcl\nmodule \"pecan\" {\n  name            = \"pecan\"\n  source          = \"hazelops/sls-app/aws\"\n  env             = var.env\n  vpc_id          = module.vpc.vpc_id\n  public_subnets  = module.vpc.public_subnets\n  private_subnets = module.vpc.private_subnets\n  security_groups = [\"sg-xxxxxxxxxxxxxxxxx\"]\n  \n  parameters = {\n    \"API_KEY\": \"demo\"\n  }\n  \n  app_secrets = [\n    \"demo_secret_name\"\n  ]\n\n  global_parameters = {}\n  global_secrets    = []\n}\n```\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | ~\u003e 5.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_global_secrets\"\u003e\u003c/a\u003e [global\\_secrets](#module\\_global\\_secrets) | hazelops/ssm-secrets/aws | ~\u003e 1.0 |\n| \u003ca name=\"module_secrets\"\u003e\u003c/a\u003e [secrets](#module\\_secrets) | hazelops/ssm-secrets/aws | ~\u003e 1.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_ssm_parameter.sls_global_parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter) | resource |\n| [aws_ssm_parameter.sls_parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_app_secrets\"\u003e\u003c/a\u003e [app\\_secrets](#input\\_app\\_secrets) | List of SSM ParameterStore secret parameters - by default, /$var.env/$var.name/* | `list(any)` | `[]` | no |\n| \u003ca name=\"input_env\"\u003e\u003c/a\u003e [env](#input\\_env) | n/a | `any` | n/a | yes |\n| \u003ca name=\"input_global_parameters\"\u003e\u003c/a\u003e [global\\_parameters](#input\\_global\\_parameters) | Map of SSM ParameterStore global parameters to store - by default, /$var.env/global/* | `map(string)` | `{}` | no |\n| \u003ca name=\"input_global_secrets\"\u003e\u003c/a\u003e [global\\_secrets](#input\\_global\\_secrets) | List of SSM ParameterStore global secrets - by default, /$var.env/global/* | `list(any)` | `[]` | no |\n| \u003ca name=\"input_join_lists\"\u003e\u003c/a\u003e [join\\_lists](#input\\_join\\_lists) | Whether to join lists like subnets and security groups into a one SSM parameter string with comma separator | `bool` | `false` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | n/a | `any` | n/a | yes |\n| \u003ca name=\"input_parameters\"\u003e\u003c/a\u003e [parameters](#input\\_parameters) | Map of SSM ParameterStore parameters to store - by default, /$var.env/$var.name/* | `map(string)` | n/a | yes |\n| \u003ca name=\"input_private_subnets\"\u003e\u003c/a\u003e [private\\_subnets](#input\\_private\\_subnets) | VPC Private subnets to place SLS resources | `list(any)` | `[]` | no |\n| \u003ca name=\"input_public_subnets\"\u003e\u003c/a\u003e [public\\_subnets](#input\\_public\\_subnets) | VPC Public subnets to place SLS resources | `list(any)` | `[]` | no |\n| \u003ca name=\"input_security_groups\"\u003e\u003c/a\u003e [security\\_groups](#input\\_security\\_groups) | Security groups to assign to SLS | `list(any)` | `[]` | no |\n| \u003ca name=\"input_serialize_lists\"\u003e\u003c/a\u003e [serialize\\_lists](#input\\_serialize\\_lists) | Whether to serialize lists like subnets and security groups into a one SSM parameter | `bool` | `true` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | AWS VPC ID | `string` | `\"-\"` | no |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazelops%2Fterraform-aws-sls-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazelops%2Fterraform-aws-sls-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazelops%2Fterraform-aws-sls-app/lists"}