{"id":20470591,"url":"https://github.com/ramchaik/ts-lambda-boilerplate","last_synced_at":"2026-04-13T21:31:47.836Z","repository":{"id":248289712,"uuid":"828290623","full_name":"ramchaik/ts-lambda-boilerplate","owner":"ramchaik","description":"A lightning-fast starter template for AWS Lambda functions using TypeScript and the Serverless Framework. ","archived":false,"fork":false,"pushed_at":"2024-07-13T17:31:02.000Z","size":67,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T13:34:16.576Z","etag":null,"topics":["aws","boilerplate","boilerplate-template","esbuild","lambda","nodejs","nodejs-lambda","pnpm","serverless","serverless-framework","serverless-offline","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramchaik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-13T17:24:19.000Z","updated_at":"2025-01-29T01:04:32.000Z","dependencies_parsed_at":"2024-07-13T18:58:13.247Z","dependency_job_id":null,"html_url":"https://github.com/ramchaik/ts-lambda-boilerplate","commit_stats":null,"previous_names":["ramchaik/ts-lambda-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramchaik/ts-lambda-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramchaik%2Fts-lambda-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramchaik%2Fts-lambda-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramchaik%2Fts-lambda-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramchaik%2Fts-lambda-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramchaik","download_url":"https://codeload.github.com/ramchaik/ts-lambda-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramchaik%2Fts-lambda-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["aws","boilerplate","boilerplate-template","esbuild","lambda","nodejs","nodejs-lambda","pnpm","serverless","serverless-framework","serverless-offline","typescript"],"created_at":"2024-11-15T14:13:31.264Z","updated_at":"2026-04-13T21:31:47.808Z","avatar_url":"https://github.com/ramchaik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 TypeScript Lambda Boilerplate\n\nThis is a TypeScript Lambda template that helps you quickly start developing your AWS Lambda functions. It uses the Serverless Framework for easy deployment and local development.\n\n## 🛠️ Technologies Used\n\n- 📗 Node.js (v20.x)\n- 📘 TypeScript\n- ☁️ AWS Lambda\n- 🔧 Serverless Framework\n- 📦 esbuild (for bundling)\n\n## 📚 Dependencies\n\n### 🏭 Production Dependencies\n\nThis project doesn't have any production dependencies. All required AWS SDK modules are available in the Lambda runtime environment.\n\n### 🔬 Development Dependencies\n\n- `@types/aws-lambda`: TypeScript definitions for AWS Lambda\n- `@types/node`: TypeScript definitions for Node.js\n- `esbuild`: JavaScript bundler and minifier\n- `serverless`: Serverless Framework CLI\n- `serverless-esbuild`: Serverless plugin for using esbuild\n- `serverless-offline`: Serverless plugin for local development\n- `typescript`: TypeScript compiler\n\n## 📁 Project Structure\n\n```sh\n├── serverless.yml\n├── package.json\n├── pnpm-lock.yaml\n├── README.md\n├── .npmrc\n├── src\n│   └── handler.ts\n└── tsconfig.json\n```\n\n## 🚀 Setup\n\n1. Clone this repository\n2. Install dependencies:\n\n```sh\npnpm install\n```\n\n## 🖥️ Usage\n\n### 🏠 Local Development\n\nTo run the function locally:\n\n```sh\npnpm start\n```\n\nThis will start the Serverless Offline server on port 9000.\n\n### 🚀 Deployment\n\nTo deploy the function to AWS:\n\n```sh\npnpm run deploy\n```\n\n### 🗑️ Removal\n\nTo remove the deployed function from AWS:\n\n```sh\npnpm run remove\n```\n\n## ⚙️ Configuration\n\n- The `serverless.yml` file contains the Serverless Framework configuration.\n- The `tsconfig.json` file contains the TypeScript compiler options.\n- The `package.json` file lists the project dependencies and scripts.\n\n## 🎯 Function\n\nThe boilerplate includes a simple \"hello world\" function in `src/handler.ts`. You can modify this function or add new functions as needed.\n\n## 📜 License\n\nThis project is licensed under the ISC License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framchaik%2Fts-lambda-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framchaik%2Fts-lambda-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framchaik%2Fts-lambda-boilerplate/lists"}