{"id":47891127,"url":"https://github.com/osodevops/aws-terraform-module-lambda-at-edge","last_synced_at":"2026-04-04T03:06:12.835Z","repository":{"id":46371889,"uuid":"317482657","full_name":"osodevops/aws-terraform-module-lambda-at-edge","owner":"osodevops","description":"A terraform module for deploying Lambda@Edge function in terraform","archived":false,"fork":false,"pushed_at":"2026-04-03T06:46:51.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-04-03T13:49:00.199Z","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/osodevops.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-01T09:00:36.000Z","updated_at":"2026-04-03T06:46:55.000Z","dependencies_parsed_at":"2024-06-28T06:15:46.914Z","dependency_job_id":null,"html_url":"https://github.com/osodevops/aws-terraform-module-lambda-at-edge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osodevops/aws-terraform-module-lambda-at-edge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Faws-terraform-module-lambda-at-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Faws-terraform-module-lambda-at-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Faws-terraform-module-lambda-at-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Faws-terraform-module-lambda-at-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osodevops","download_url":"https://codeload.github.com/osodevops/aws-terraform-module-lambda-at-edge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osodevops%2Faws-terraform-module-lambda-at-edge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31385942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"online","status_checked_at":"2026-04-04T02:00:07.569Z","response_time":60,"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":"2026-04-04T03:06:11.743Z","updated_at":"2026-04-04T03:06:12.825Z","avatar_url":"https://github.com/osodevops.png","language":"HCL","readme":"\n\u003c!-- markdownlint-disable --\u003e\n# AWS Lambda@Edge Cloudfront deployment\n\n\n\u003c!-- markdownlint-restore --\u003e\n\n[![README Header][readme_header_img]][readme_header_link]\n\n\u003c!--\n\n\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** This file was automatically generated by the `build-harness`.\n  ** 1) Make all changes to `README.yaml`\n  ** 2) Run `make init` (you only need to do this once)\n  ** 3) Run`make readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n\n\n\n--\u003e\nThis module supports any type of Lambda Function supported by Edge, including NodeJs and Python functions.\n\n---\n\n\n\n\n\n\n## Usage\n\n[Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-at-the-edge.html) is an extension of AWS Lambda, a compute service that lets you execute functions that customize the content that CloudFront delivers.\n### Requirements\nYou must use a versioned S3 bucket for your deployment artifacts\n\n\n\n\n## Examples\n\nYou just point it at a set of local file globs and it handles bundling your code and deploying it.\n```hcl\n    module \"security_header_lambda\" {\n      source                          = \"it::ssh://git@github.com/aws-terraform-module-lambda-at-edge.git\"\n      function_name                   = \"security_headers\"\n      environment                     = \"p\"\n      description                     = \"Adds security headers to the response\"\n      lambda_runtime                  = \"nodejs12.x\"\n      s3_artifact_bucket_name         = \"lambda-edge-us-east-1-bucket-app\"\n      lambda_code_source_dir          = \"./scripts/security_headers\" # script from AWS blog below\n      common_tags                     = var.common_tags\n    }\n```\n\n\n\n\n\n## Related Projects\n\nCheck out these related projects.\n\n- [Adding HTTP Security Headers Using Lambda@Edge and Amazon CloudFront](https://aws.amazon.com/blogs/networking-and-content-delivery/adding-http-security-headers-using-lambdaedge-and-amazon-cloudfront/) - This module can be used to append HTTP request headers as shown in the AWS example\n\n\n\n## Need some help\n\nFile a GitHub [issue](https://github.com/osodevops/aws-terraform-module-lambda-at-edge/issues), send us an [email][email] or [tweet us][twitter].\n\n## The legals\n\nCopyright © 2017-2025 [OSO](https://oso.sh) | See [LICENCE](LICENSE) for full details.\n\n[\u003cimg src=\"https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-logo-green.png\" alt=\"OSO who we are\" width=\"250\"/\u003e](https://oso.sh/who-we-are/)\n\n## Who we are\n\nWe at [OSO][website] help teams to adopt emerging technologies and solutions to boost their competitiveness, operational excellence and introduce meaningful innovations that drive real business growth. Our developer-first culture, combined with our cross-industry experience and battle-tested delivery methods allow us to implement the most impactful solutions for your business.\n\nLooking for support applying emerging technologies in your business? We’d love to hear from you, get in touch by [email][email]\n\nStart adopting new technologies by checking out [our other projects][github], [follow us on twitter][twitter], [join our team of leaders and challengers][careers], or [contact us][contact] to find the right technology to support your business.[![Beacon][beacon]][website]\n\n  [logo]: https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-logo-green.png\n  [website]: https://oso.sh?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=website\n  [github]: https://github.com/osodevops?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=github\n  [careers]: https://oso.sh/careers/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=careers\n  [contact]: https://oso.sh/contact/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=contact\n  [linkedin]: https://www.linkedin.com/company/oso-devops?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=linkedin\n  [twitter]: https://twitter.com/osodevops?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=twitter\n  [email]: mailto:enquiries@oso.sh?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=email\n  [readme_header_img]: https://oso-public-resources.s3.eu-west-1.amazonaws.com/oso-animation.gif\n  [readme_header_link]: https://oso.sh/what-we-do/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=osodevops/aws-terraform-module-lambda-at-edge\u0026utm_content=readme_header_link\n  [beacon]: https://github-analyics.ew.r.appspot.com/G-WV0Q3HYW08/osodevops/aws-terraform-module-lambda-at-edge?pixel\u0026cs=github\u0026cm=readme\u0026an=aws-terraform-module-lambda-at-edge\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosodevops%2Faws-terraform-module-lambda-at-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosodevops%2Faws-terraform-module-lambda-at-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosodevops%2Faws-terraform-module-lambda-at-edge/lists"}