{"id":17343932,"url":"https://github.com/ssmarco/serverless","last_synced_at":"2026-02-10T03:33:15.273Z","repository":{"id":194213582,"uuid":"663829696","full_name":"ssmarco/serverless","owner":"ssmarco","description":"Serverless Recipe for Silverstripe","archived":false,"fork":false,"pushed_at":"2025-05-23T22:10:23.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T08:03:30.241Z","etag":null,"topics":["serverless","silverstripe"],"latest_commit_sha":null,"homepage":"","language":"Scheme","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/ssmarco.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":"2023-07-08T07:56:06.000Z","updated_at":"2024-02-13T07:56:56.000Z","dependencies_parsed_at":"2025-08-22T08:03:39.360Z","dependency_job_id":"44295bcd-3890-4e40-8d1e-a6695986394d","html_url":"https://github.com/ssmarco/serverless","commit_stats":null,"previous_names":["ssmarco/serverless"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ssmarco/serverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssmarco%2Fserverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssmarco%2Fserverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssmarco%2Fserverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssmarco%2Fserverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssmarco","download_url":"https://codeload.github.com/ssmarco/serverless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssmarco%2Fserverless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29289907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T02:32:08.756Z","status":"ssl_error","status_checked_at":"2026-02-10T02:30:31.937Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["serverless","silverstripe"],"created_at":"2024-10-15T16:10:40.748Z","updated_at":"2026-02-10T03:33:15.258Z","avatar_url":"https://github.com/ssmarco.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Silverstripe Serverless Recipe\n\nThis includes the core modules:\n\n * [framework](http://github.com/silverstripe/silverstripe-framework): Module including the base framework\n * [config](https://github.com/silverstripe/silverstripe-config): Core config library\n * [assets](http://github.com/silverstripe/silverstripe-assets): Filesystem module\n * [sqlite3](https://github.com/silverstripe/silverstripe-sqlite3): SQLite3 Module\n\nThis is used as a project base for creating a basic framework-only install.\n\nSee the [recipe plugin](https://github.com/silverstripe/recipe-plugin) page for instructions on how\nSilverstripe recipes work.\n\n## SQLite 3 Database\n\nThis recipe is configured with SQLite 3 as its in-memory database.\n\nTo bypass creating tables and populating them during `dev/build`,\nset the environment variable with `SS_BYPASS_BUILD_DATABASE=\"1\"`\n\n## No Database needed?\n\nUpdate your environment file `.env` with `SS_DATABASE_CLASS=\"ZeroDatabase\"`\n\nOr `serverless.yml`: with `SS_DATABASE_CLASS: 'ZeroDatabase'`\n\n## Local Development\nFor testing the basic installation with composer create-project\n\n- Create a file, packages.json (notice the plural form, it is intentional)\n- Write the following json string\n```json\n{\n  \"package\": {\n    \"name\": \"silverstripe/recipe-serverless\",\n    \"version\": \"dev-main\",\n    \"source\": {\n      \"url\": \"/var/www/serverless/.git\",\n      \"type\": \"git\",\n      \"reference\": \"main\"\n    }\n  }\n}\n```\n- Now create a new project in an empty directory\n- `composer create-project --repository-url=/var/www/serverless/packages.json silverstripe/recipe-serverless . dev-main`\n\n## AWS Lambda deployment\n- Install CLI command\n- `npm install -g serverless`\n- Add plugin to serverless\n- `serverless plugin install -n serverless-lift`\n- Update `serverless.yml` to rename the name of your service\n- - `service: ss-app` is the default value\n- Follow instructions for configuring AWS Lambda https://bref.sh/docs/installation/aws-keys.html\n- Deploy to AWS Lambda\n- Run `serverless deploy` default staging is `dev` environment\n- Or `serverless deploy --stage=dev`\n- Production `serverless deploy --stage=prod` environment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssmarco%2Fserverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssmarco%2Fserverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssmarco%2Fserverless/lists"}