{"id":25365700,"url":"https://github.com/antoinewg/turboless","last_synced_at":"2026-03-12T06:01:40.930Z","repository":{"id":89153513,"uuid":"487329085","full_name":"antoinewg/turboless","owner":"antoinewg","description":"Monorepo for Serverless framework services with Typescript","archived":false,"fork":false,"pushed_at":"2025-02-19T03:50:47.000Z","size":1331,"stargazers_count":100,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T11:14:49.973Z","etag":null,"topics":["esbuild","eslint","pnpm","serverless","serverless-framework","turboless","turborepo","typescript"],"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/antoinewg.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,"zenodo":null}},"created_at":"2022-04-30T16:40:07.000Z","updated_at":"2025-05-03T15:30:20.000Z","dependencies_parsed_at":"2023-12-06T12:34:21.694Z","dependency_job_id":"d53ce9ec-8008-4052-8dcc-3684edd4e4a0","html_url":"https://github.com/antoinewg/turboless","commit_stats":null,"previous_names":["antoinewg/turboless"],"tags_count":9,"template":true,"template_full_name":null,"purl":"pkg:github/antoinewg/turboless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinewg%2Fturboless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinewg%2Fturboless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinewg%2Fturboless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinewg%2Fturboless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoinewg","download_url":"https://codeload.github.com/antoinewg/turboless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinewg%2Fturboless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30416729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T04:41:02.746Z","status":"ssl_error","status_checked_at":"2026-03-12T04:40:12.571Z","response_time":114,"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":["esbuild","eslint","pnpm","serverless","serverless-framework","turboless","turborepo","typescript"],"created_at":"2025-02-14T23:49:28.367Z","updated_at":"2026-03-12T06:01:40.892Z","avatar_url":"https://github.com/antoinewg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turboless 🐠\n\nThis is an unofficial starter turborepo for serverless + typescript.\n\nDon't be fooled by it's name, it's simply a contraction of `turborepo` and `serverless`.\n\n## What's inside?\n\nThis turborepo uses [pnpm](https://pnpm.io) as a packages manager. It includes the following packages/apps:\n\n### Packages\n\n- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-prettier`)\n- `tsconfig`: `tsconfig.json`s used throughout the monorepo\n\nEach package is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Services\n\n- `api1`: serverless service to say hello.\n- `api2`: serverless service to say ciao.\n\nRun `pnpm dev` to run in offline mode (from the service or the root level).\n\n### Utilities\n\nThis turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n- [Github Actions](https://github.com/features/actions) for CI.\n- [vitest](https://vitest.dev/) for testing.\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```bash\ncd my-turborepo\npnpm run build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```bash\ncd my-turborepo\npnpm run dev\n```\n\n## Testing\n\nThis template uses [vitest](https://vitest.dev/) as a testing framework.\n\n```bash\ncd my-turborepo\npnpm test       # to run the tests, with coverage\npnpm test:watch # to run tests in watch mode\n```\n\n## Deployment\n\nMake sure to have `AWS_PROFILE` set up to the aws profile you want to deploy with. Otherwise the command will fail.\nRun `aws configure list-profiles` to see your profiles available.\n\nThis template simulates two environments (staging and production):\n\n```bash\ncd my-turborepo\nAWS_PROFILE=\u003caws_profile\u003e pnpm deploy:staging\nAWS_PROFILE=\u003caws_profile\u003e pnpm deploy:production\n```\n\n⚠️ Running this command will deploy to AWS. Please make sure this is what you intend and beware of unintentional usage.\n\n## Contributing\n\nFeel free to open a PR, file an issue. I'll happily look into it.\n\n### Remote Caching\n\nSee [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-caching) for more info.\n\n## Get started\n\n- clone this repo, or use it as template.\n- install [pnpm](https://pnpm.io/installation) for package management.\n- install the dependencies: `pnpm i`.\n- build and run the services: `pnpm build \u0026\u0026 pnpm dev`.\n- send first request:\n\n```bash\ncurl -X POST http://localhost:3000/dev/hello -H \"Content-Type: application/json\" -d '{\"name\": \"World\"}'\n```\n\n```json\n{ \"message\": \"Hello World !\" }\n```\n\n```bash\ncurl -X POST http://localhost:4000/dev/ciao -H \"Content-Type: application/json\" -d '{\"name\": \"world\"}'\n```\n\n```json\n{ \"message\": \"Ciao World !\" }\n```\n\n## TODO\n\nThese are a list of features in the pipeline:\n\n- [ ] documentation and guidelines on how to add a new api or service.\n- [ ] automatic changelog generation and release of packages with `changesets`.\n- [ ] auto-linting and formatting on save for faster development.\n- [ ] automatic deployment when merging to main.\n- [ ] website for documentation.\n\n## Inspiration\n\n[Initial issue](https://github.com/vercel/turbo/issues/221).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinewg%2Fturboless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoinewg%2Fturboless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinewg%2Fturboless/lists"}