{"id":14967408,"url":"https://github.com/nordcloud/serverless-boilerplate","last_synced_at":"2025-06-13T10:40:03.687Z","repository":{"id":5367389,"uuid":"52991635","full_name":"nordcloud/serverless-boilerplate","owner":"nordcloud","description":"Serverless project template","archived":false,"fork":false,"pushed_at":"2023-04-17T02:09:28.000Z","size":1868,"stargazers_count":82,"open_issues_count":25,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-07T10:02:01.853Z","etag":null,"topics":["mocha","nodejs","serverless","serverless-framework"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nordcloud.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":"2016-03-02T19:50:28.000Z","updated_at":"2024-01-29T19:19:43.000Z","dependencies_parsed_at":"2024-08-23T14:34:30.880Z","dependency_job_id":null,"html_url":"https://github.com/nordcloud/serverless-boilerplate","commit_stats":null,"previous_names":["sc5/sc5-serverless-boilerplate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nordcloud/serverless-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fserverless-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fserverless-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fserverless-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fserverless-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nordcloud","download_url":"https://codeload.github.com/nordcloud/serverless-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fserverless-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259628208,"owners_count":22886999,"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":["mocha","nodejs","serverless","serverless-framework"],"created_at":"2024-09-24T13:38:00.946Z","updated_at":"2025-06-13T10:40:03.644Z","avatar_url":"https://github.com/nordcloud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nordcloud Serverless Boilerplate\n\nThe Nordcloud serverless-boilerplate is a project template for new serverless services. Contents of the template:\n* plugin [serverless-mocha-plugin](https://github.com/nordcloud/serverless-mocha-plugin): enable test driven development using mocha, creation of functions from command line\n* plugin [serverless-offline](https://github.com/dherault/serverless-offline): run your services offline for e.g. testing\n* plugin [serverless-webpack](https://github.com/elastic-coders/serverless-webpack): optimize pacakge size with webpack\n* plugin [serverless-kms-secrets](https://github.com/nordcloud/serverless-kms-secrets): ease handling of KMS encrypted secrets\n* plugin [serverless-plugin-custom-roles](https://www.npmjs.com/package/serverless-plugin-custom-roles): enable setting roles on a per function basis\n* plugin [serverless-plugin-split-stacks](https://github.com/dougmoscrop/serverless-plugin-split-stacks): Split Cloudformation stack to multiple stacks to overcome the 200 resource limit\n* file `serverless.yml.json`: Register plugins above\n* file `webpack.config.js`: Settings for webpack-plugin\n* file `templates/function.ejs`: Template to use for new functions\n\n## Creating new project\n\nWith Serverless Framework v1.5 and later, a new project based on the project template is initialized with the command\n\n```\n\u003e sls install -u https://github.com/nordcloud/serverless-boilerplate -n myservicename\n\u003e cd myservicename\n\u003e npm install\n```\n\n## Testing vulnerabilities\n\nTest vulnerabilities with\n```\n\u003e npm audit\n```\n(NSP is no longer available)\n\n## Comparing setup with boilerplate\n\nYou can compare your project setup (dependencies, devdependencies, scripts) with the boilerplate using the command\n\n```\n\u003e npm run compare-boilerplate\n```\n\nThe script reports only for items that are in the boilerplate and differ from your current project.\n\n## TODO\n\nPlease see project GitHub [issue tracker](https://github.com/nordcloud/serverless-boilerplate/issues).\n\n## Release History\n\n* 2016/11/02 - v1.0.0 - Initial version for Serverless 1.0\n\n## License\n\nCopyright (c) 2016 [Nordcloud](https://www.nordcloud.com/), licensed for users and contributors under MIT license.\nhttps://github.com/nordcloud/serverless-boilerplate/blob/master/LICENSE-MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordcloud%2Fserverless-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnordcloud%2Fserverless-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordcloud%2Fserverless-boilerplate/lists"}