{"id":28999855,"url":"https://github.com/yspreen/llrt-express","last_synced_at":"2025-06-25T08:09:15.869Z","repository":{"id":229844985,"uuid":"777798664","full_name":"yspreen/llrt-express","owner":"yspreen","description":"Tiny express-like library for AWS Lambda with LLRT","archived":false,"fork":false,"pushed_at":"2025-03-21T15:07:54.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T16:23:54.286Z","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/yspreen.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":"2024-03-26T14:21:45.000Z","updated_at":"2025-03-21T15:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6549e51-336c-4528-863a-4e60b6d4a94f","html_url":"https://github.com/yspreen/llrt-express","commit_stats":null,"previous_names":["yspreen/llrt-express"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yspreen/llrt-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2Fllrt-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2Fllrt-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2Fllrt-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2Fllrt-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yspreen","download_url":"https://codeload.github.com/yspreen/llrt-express/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yspreen%2Fllrt-express/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261832977,"owners_count":23216500,"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":"2025-06-25T08:09:14.393Z","updated_at":"2025-06-25T08:09:15.851Z","avatar_url":"https://github.com/yspreen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tiny express-like library for AWS Lambda with LLRT\n\nUse like:\n\n```ts\n// lambda.ts\nimport {\n  APIGatewayProxyEvent,\n  APIGatewayProxyResult,\n  Context,\n} from \"aws-lambda\";\n\nimport app from \"./app\";\n\n// Your AWS Lambda handler\nexport const handler = async (\n  event: APIGatewayProxyEvent,\n  context: Context\n): Promise\u003cAPIGatewayProxyResult\u003e =\u003e {\n  return app.getLambdaResponse(event, context);\n};\n```\n\n```ts\n// app.ts\nimport express, { NextFunction, Request, Response, Router } from \"./express\";\n\nconst app = express();\n\nexport default app;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyspreen%2Fllrt-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyspreen%2Fllrt-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyspreen%2Fllrt-express/lists"}