{"id":15704153,"url":"https://github.com/ctrlplusb/remix-aws-edge","last_synced_at":"2025-07-21T08:02:51.999Z","repository":{"id":66058730,"uuid":"499511365","full_name":"ctrlplusb/remix-aws-edge","owner":"ctrlplusb","description":"An adapter for running Remix on AWS CloudFront Lambda@Edge","archived":false,"fork":false,"pushed_at":"2022-06-03T13:29:30.000Z","size":67,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-18T14:55:49.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctrlplusb.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-03T12:55:04.000Z","updated_at":"2024-01-21T03:30:01.000Z","dependencies_parsed_at":"2023-03-10T23:36:10.724Z","dependency_job_id":null,"html_url":"https://github.com/ctrlplusb/remix-aws-edge","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"196e7d5fce3675cac8702f9e0bc4610ed6ff5af0"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ctrlplusb/remix-aws-edge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrlplusb%2Fremix-aws-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrlplusb%2Fremix-aws-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrlplusb%2Fremix-aws-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrlplusb%2Fremix-aws-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctrlplusb","download_url":"https://codeload.github.com/ctrlplusb/remix-aws-edge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrlplusb%2Fremix-aws-edge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265942633,"owners_count":23853300,"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":[],"created_at":"2024-10-03T20:10:33.496Z","updated_at":"2025-07-21T08:02:51.979Z","avatar_url":"https://github.com/ctrlplusb.png","language":"TypeScript","readme":"# remix-aws-edge\n\nAn adapter to run Remix on AWS CloudFront Lambda@Edge.\n\n\u0026nbsp;\n\n---\n\n\u0026nbsp;\n\n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Configuring your Remix project](#configuring-your-remix-project)\n- [Appreciation](#appreciation)\n\n\u0026nbsp;\n\n---\n\n## Introduction\n\nThis project exports a utility allowing you to initialise a server side request handler for Remix with the intention of being utilised against an AWS CloudFront Lambda@Edge.\n\n\u0026nbsp;\n\n---\n\n## Installation\n\nFirstly, ensure you have the required peer dependencies installed;\n\n```bash\nnpm install @remix-run/node\n```\n\nThen install this package;\n\n```bash\nnpm install remix-aws-edge\n```\n\n\u0026nbsp;\n\n---\n\n## Configuring your Remix project\n\nCreate a `server/index.js` file in the root of your Remix project with the following contents;\n\n```javascript\nimport { createRequestHandler } from \"remix-aws-edge\";\n\nexports.handler = createRequestHandler({\n  build: require(\"./build\"),\n});\n```\n\n\u0026nbsp;\n\n---\n\n## Appreciation\n\nThis code was adapted from work performed by [@ajhaining](https://github.com/ajhaining), within his [remix-cloudfront-cdk-example](https://github.com/ajhaining/remix-cloudfront-cdk-example) project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctrlplusb%2Fremix-aws-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctrlplusb%2Fremix-aws-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctrlplusb%2Fremix-aws-edge/lists"}