{"id":15684105,"url":"https://github.com/rafalwilinski/serverless-component-ts","last_synced_at":"2025-05-07T15:08:12.811Z","repository":{"id":44085630,"uuid":"201618440","full_name":"RafalWilinski/serverless-component-ts","owner":"RafalWilinski","description":"Boilerplate for your own Serverless Component in Typescript","archived":false,"fork":false,"pushed_at":"2023-01-07T08:36:13.000Z","size":1036,"stargazers_count":10,"open_issues_count":15,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T15:08:01.998Z","etag":null,"topics":["aws","aws-lambda","cloud","serverless","serverless-components","typescript"],"latest_commit_sha":null,"homepage":"https://rwilinski.me","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/RafalWilinski.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":"2019-08-10T11:04:33.000Z","updated_at":"2023-04-17T06:02:56.000Z","dependencies_parsed_at":"2023-02-06T16:46:17.811Z","dependency_job_id":null,"html_url":"https://github.com/RafalWilinski/serverless-component-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fserverless-component-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fserverless-component-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fserverless-component-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fserverless-component-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RafalWilinski","download_url":"https://codeload.github.com/RafalWilinski/serverless-component-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902614,"owners_count":21822261,"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","aws-lambda","cloud","serverless","serverless-components","typescript"],"created_at":"2024-10-03T17:11:23.021Z","updated_at":"2025-05-07T15:08:12.787Z","avatar_url":"https://github.com/RafalWilinski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-component-ts\n\nBoilerplate for creating [Serverless Components](https://github.com/serverless/components) using Typescript.\n\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-1.1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://twitter.com/rafalwilinski\"\u003e\n    \u003cimg alt=\"Twitter: rafalwilinski\" src=\"https://img.shields.io/twitter/follow/rafalwilinski.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### 1. Install\n\n```shell\n$ npm install -g serverless\n```\n\n### 2. Create\n\nJust create a `serverless.yml` file:\n\n```shell\n$ touch serverless.yml\n```\n\nclone component boilerplate:\n\n```shell\ngit clone https://github.com/RafalWilinski/serverless-component-ts\n```\n\nedit it and build it to plain JS:\n\n```shell\ncd serverless-component-ts \u0026\u0026 npm run build\n```\n\n### 3. Configure\n\n```yml\n# serverless.yml\n\ntsComponent:\n  component: '../serverless-component-ts'\n  inputs:\n    foo: bar\n```\n\n### 4. Deploy\n\n```shell\n$ serverless\n```\n\n### New to Components?\n\nCheckout the [Serverless Components](https://github.com/serverless/components) repo for more information.\n\n### Author\n\n👤 **Rafal Wilinski**\n\n- Twitter: [@rafalwilinski](https://twitter.com/rafalwilinski)\n- Github: [@RafalWilinski](https://github.com/RafalWilinski)\n\n### Show your support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalwilinski%2Fserverless-component-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafalwilinski%2Fserverless-component-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalwilinski%2Fserverless-component-ts/lists"}