{"id":16371293,"url":"https://github.com/deptno/next-dynamic-routes","last_synced_at":"2026-05-04T09:31:22.443Z","repository":{"id":84263362,"uuid":"196928152","full_name":"deptno/next-dynamic-routes","owner":"deptno","description":"🔌support zero config dynamic routes(next.js@9) in serverless","archived":false,"fork":false,"pushed_at":"2020-09-10T23:40:26.000Z","size":325,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T10:19:07.243Z","etag":null,"topics":["aws","dynamic","lambda","next","react","route","serverless"],"latest_commit_sha":null,"homepage":"","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/deptno.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":"2019-07-15T05:11:47.000Z","updated_at":"2019-08-22T01:46:28.000Z","dependencies_parsed_at":"2023-05-22T17:30:48.215Z","dependency_job_id":null,"html_url":"https://github.com/deptno/next-dynamic-routes","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"5c5cffb4848ffed78d3a60eceb8f007c77041df6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deptno/next-dynamic-routes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptno%2Fnext-dynamic-routes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptno%2Fnext-dynamic-routes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptno%2Fnext-dynamic-routes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptno%2Fnext-dynamic-routes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deptno","download_url":"https://codeload.github.com/deptno/next-dynamic-routes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptno%2Fnext-dynamic-routes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265328073,"owners_count":23747835,"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","dynamic","lambda","next","react","route","serverless"],"created_at":"2024-10-11T03:07:34.334Z","updated_at":"2026-05-04T09:31:17.420Z","avatar_url":"https://github.com/deptno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next dynamic routes\n\nzero-config `serverless(AWS Lambda)` routes pair with next@9 dynamic(parameterized) route\n\nYou have to include code with next build directory(usually `.next`)\n\n```bash\nnpm i next-dynamic-routes\n```\n\n## Code\n### Client\n```typescript jsx\n\u003cLink href=\"/hello/[place]\" as=\"/hello/world\"\u003e\n  \u003ca\u003eGo world\u003c/a\u003e\n\u003c/Link\u003e\n```\n\n### Serverless\n```typescript\nimport serverless from 'serverless-http'\nimport {withExpress} from 'next-dynamic-routes'\n\nconst app = express()\n\nexport default serverless(withExpress(app, {dir: './.next'}))\n```\n\n### todo\n- [ ] target: server\n- [ ] loadable\n\n### license\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeptno%2Fnext-dynamic-routes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeptno%2Fnext-dynamic-routes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeptno%2Fnext-dynamic-routes/lists"}