{"id":19242679,"url":"https://github.com/scaffoldly/serverless-resources","last_synced_at":"2025-02-23T14:44:11.296Z","repository":{"id":57702353,"uuid":"505205445","full_name":"scaffoldly/serverless-resources","owner":"scaffoldly","description":"Create CloudFormation Resources when used with serverless-offline","archived":false,"fork":false,"pushed_at":"2022-06-20T17:12:44.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T00:34:01.501Z","etag":null,"topics":["serverless","serverless-framework","serverless-offline"],"latest_commit_sha":null,"homepage":"","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/scaffoldly.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":"2022-06-19T19:51:18.000Z","updated_at":"2022-06-20T17:14:40.000Z","dependencies_parsed_at":"2022-09-26T21:11:16.268Z","dependency_job_id":null,"html_url":"https://github.com/scaffoldly/serverless-resources","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/scaffoldly%2Fserverless-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffoldly%2Fserverless-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffoldly%2Fserverless-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffoldly%2Fserverless-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaffoldly","download_url":"https://codeload.github.com/scaffoldly/serverless-resources/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240331314,"owners_count":19784644,"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":["serverless","serverless-framework","serverless-offline"],"created_at":"2024-11-09T17:15:03.706Z","updated_at":"2025-02-23T14:44:11.267Z","avatar_url":"https://github.com/scaffoldly.png","language":"JavaScript","readme":"# Serverless Resources\n\nThe `serverless-resources` plugin allows the Serverless Framework to create cloud resources\ndefined in the `resources` section of `serverless.yml`.\n\n_Note_: this plugin only works when `serverless offline` is the command to avoid conflicts with the\nstack resources created by `serverless deploy`.\n\n## Install/Configure\n\nInstall the package:\n\n```\nyarn add --dev serverless-resources\n```\n\n`serverless.yml`:\n\n```\nplugins:\n ...\n - serverless-resources\n - serverless-offline\n```\n\n(_Note_: This plugin must be before `serverless-offline`)\n\n### Localstack support\n\nThis plugin also supports `serverless-localstack` so Cloud Resources can be created when running\nin conjunction with `serverless-offline`:\n\n`serverless.yml`:\n\n```\nplugins:\n ...\n - serverless-localstack\n - serverless-resources\n ...\n - serverless-offline\n```\n\n(_Note_: This plugin must be before `serverless-offline`, and after `serverless-localstack`)\n\n## Configuration Options\n\n`serverless.yml`:\n\n```\ncustom:\n  serverless-resources:\n    stages:              # A list of stages to run this plugin, defaults to ['dev']\n      - dev\n```\n\n## Roadmap\n\n- Better collaboration with the generated CloudFormation template from Serverless\n  - Need to find the right way to generate it during lifecycle events\n  - Lookup events in function definitions and create function triggers\n- Support Additional Cloud Providers\n- Add CLI Commands to Create/Delete/etc\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaffoldly%2Fserverless-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaffoldly%2Fserverless-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaffoldly%2Fserverless-resources/lists"}