{"id":15649326,"url":"https://github.com/rafalwilinski/deploy-with-serverless","last_synced_at":"2025-10-04T11:58:40.832Z","repository":{"id":72579183,"uuid":"106114725","full_name":"RafalWilinski/deploy-with-serverless","owner":"RafalWilinski","description":"Deploy Serverless Framework architectures with a single click, no terminal required","archived":false,"fork":false,"pushed_at":"2017-11-18T08:46:28.000Z","size":743,"stargazers_count":39,"open_issues_count":9,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-02T03:40:45.838Z","etag":null,"topics":["aws-batch","aws-lambda","nodejs","serverless","serverless-framework"],"latest_commit_sha":null,"homepage":"https://rwilinski.me","language":"JavaScript","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-07T16:57:24.000Z","updated_at":"2023-06-16T03:25:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d411ff81-b0ae-468a-b854-6d6fb68d4b4b","html_url":"https://github.com/RafalWilinski/deploy-with-serverless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RafalWilinski/deploy-with-serverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fdeploy-with-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fdeploy-with-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fdeploy-with-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fdeploy-with-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RafalWilinski","download_url":"https://codeload.github.com/RafalWilinski/deploy-with-serverless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalWilinski%2Fdeploy-with-serverless/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263861947,"owners_count":23521355,"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-batch","aws-lambda","nodejs","serverless","serverless-framework"],"created_at":"2024-10-03T12:29:16.363Z","updated_at":"2025-10-04T11:58:35.792Z","avatar_url":"https://github.com/RafalWilinski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy with Serverless\n\nInfrastructure for processing Serverless projects and creating one-click deployments.\n\n![Infra](assets/infra_v2.png?raw=true \"Infrastructure Overview\")\n\n## Demo\n[![](https://v26mdkczs6.execute-api.us-east-1.amazonaws.com/dev/image?url=https://github.com/RafalWilinski/serverless-medium-text-to-speech)](https://v26mdkczs6.execute-api.us-east-1.amazonaws.com/dev/template?url=http://github.com/RafalWilinski/serverless-medium-text-to-speech)\n\n\n*Clicking button above will start deploy procedure of [serverless-medium-text-to-speech](https://github.com/RafalWilinski/serverless-medium-text-to-speech) project on your AWS Account via CloudFormation*\n\n### Goal\nGoal of the project is to create a mechanism for 1-click deployments, similar to Deploy on Heroku or Create Stack (CloudFormation) buttons, for Serverless Framework based projects. \n\n## Adding to your own project\nIn `README.md`, add following button/image:\n```\n[![](https://kkcohgzei0.execute-api.us-east-1.amazonaws.com/dev/image?url=\u003cYOUR_PROJECT_GITHUB_URL\u003e)](https://kkcohgzei0.execute-api.us-east-1.amazonaws.com/dev/template?url=\u003cYOUR_PROJECT_GITHUB_URL\u003e)\n```\n\nAll the magic like building project, uploading artifacts or creating CloudFormation template is handled automatically!\n\nYou can add following params to URL in order to change build procedure:\n- `before` - command invoked before `serverless package --stage dev`, by default it's `null`\n- `package` - by default `serverless package --stage dev`\n- `after` - command invoked after `serverless package --stage dev`, by default it's `null`\n\nE.g.:\n```url\nhttps://kkcohgzei0.execute-api.us-east-1.amazonaws.com/dev/image\n?url=http://github.com/RafalWilinski/serverless-medium-text-to-speech\n\u0026before=npm%20run%20build\n\u0026package=serverless%20package%20--stage%20prod\n\u0026after=rm%20-fr%20node_modules\n```\n\n## Development\n### Prerequisites\n - Node\n - AWS Account, AWS CLI \u0026 credentials Set\n - Serverless Framework\n - Docker\n\n### Setup\n```bash\ngit clone https://github.com/RafalWilinski/deploy-with-serverless\ncd deploy-with-serverless\nnpm install\n```\n\n### Commands\n - `npm run deploy` - Deploys whole infrastructure, builds Docker image which processes projects and pushes that image to ECR\n - `npm run gen-passwd` - generates a random password for user which interacts with ECS\n - `npm run deploy-img` - deploys image asset to public bucket\n - `npm run deploy-static` - deploys 404 page\n - `npm run deploy-assets` - deploys both imgs and static pages\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalwilinski%2Fdeploy-with-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafalwilinski%2Fdeploy-with-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalwilinski%2Fdeploy-with-serverless/lists"}