{"id":13781904,"url":"https://github.com/tomhatzer/adonis-serverless","last_synced_at":"2026-01-18T01:34:17.484Z","repository":{"id":38425746,"uuid":"384229145","full_name":"tomhatzer/adonis-serverless","owner":"tomhatzer","description":"This is an example repository for running AdonisJS on AWS Lambda.","archived":false,"fork":false,"pushed_at":"2023-01-24T05:34:47.000Z","size":3209,"stargazers_count":34,"open_issues_count":19,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-11T14:07:10.962Z","etag":null,"topics":[],"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/tomhatzer.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}},"created_at":"2021-07-08T19:31:02.000Z","updated_at":"2025-04-16T11:02:10.000Z","dependencies_parsed_at":"2023-02-13T18:16:39.754Z","dependency_job_id":null,"html_url":"https://github.com/tomhatzer/adonis-serverless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomhatzer/adonis-serverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fadonis-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fadonis-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fadonis-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fadonis-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomhatzer","download_url":"https://codeload.github.com/tomhatzer/adonis-serverless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fadonis-serverless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"ssl_error","status_checked_at":"2026-01-18T00:39:39.467Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-08-03T18:01:30.615Z","updated_at":"2026-01-18T01:34:17.462Z","avatar_url":"https://github.com/tomhatzer.png","language":"TypeScript","funding_links":[],"categories":["Articles, tutorials, and blog posts"],"sub_categories":[],"readme":"# adonis-serverless\n\nThis is an example repository for running [AdonisJS](https://github.com/adonisjs) on AWS Lambda. Work on this project has been done by [@satheler](https://github.com/satheler) with his package [s12r](https://github.com/satheler/s12r) and [@capopovici](https://github.com/capopovici) by making it compatible with version [5.1.9](https://github.com/adonisjs/core/releases/tag/v5.1.9) of AdonisJS.\n\n## Installation\n\n### Install the [s12r](https://github.com/satheler/s12r) package.\n\nUsing yarn:\n```bash\nyarn add @satheler/s12r\n```\n\nUsing npm:\n```bash\nnpm install @satheler/s12r\n```\n\n### Install the [serverless-plugin-typescript]() serverless plugin.\n\nUsing yarn:\n```bash\nyarn add serverless-plugin-typescript\n```\n\nUsing npm:\n```bash\nnpm install serverless-plugin-typescript\n```\n\n### Add custom Lambda handler.\n\nCopy [lambda.ts](https://github.com/tomhatzer/adonis-serverless/blob/master/lambda.ts) to your project.\n\n### Update your serverless configuration.\n\nIf you do not have a serverless.yml configuration already, you can copy the one from the repository and change a few values like:\n\n- service\n- region\n- stage\n- environment variables\n\n### Update your tsconfig.json file.\n\nAdd additional `compilerOptions`:\n\n```\n    \"baseUrl\": \".\",\n    \"preserveConstEnums\": true,\n    \"strictNullChecks\": true,\n    \"target\": \"ESNext\",\n    \"moduleResolution\": \"node\",\n    \"module\": \"commonjs\",\n    \"allowSyntheticDefaultImports\": true,\n    \"emitDecoratorMetadata\": true,\n    \"experimentalDecorators\": true,\n    \"esModuleInterop\": true,\n    \"noUnusedLocals\": true,\n    \"skipLibCheck\": true,\n    \"noUnusedParameters\": true,\n    \"removeComments\": true,\n    \"declaration\": false,\n    \"lib\": [\n      \"ESNext\"\n    ],\n    \"outDir\": \".build\",\n```\n\n## Credits\n\n[@satheler](https://github.com/satheler)\n[@capopovici](https://github.com/capopovici)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhatzer%2Fadonis-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomhatzer%2Fadonis-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhatzer%2Fadonis-serverless/lists"}