{"id":25519658,"url":"https://github.com/aligent/serverless-export-resources","last_synced_at":"2026-03-05T10:32:22.407Z","repository":{"id":208345439,"uuid":"719782256","full_name":"aligent/serverless-export-resources","owner":"aligent","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-23T13:14:09.000Z","size":404,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-29T21:27:05.867Z","etag":null,"topics":["serverless"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aligent.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-16T22:20:31.000Z","updated_at":"2025-07-23T13:14:14.000Z","dependencies_parsed_at":"2025-05-21T10:14:26.524Z","dependency_job_id":"498e79eb-8062-429e-a3de-4dc4a1911391","html_url":"https://github.com/aligent/serverless-export-resources","commit_stats":null,"previous_names":["aligent/serverless-export-resources"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aligent/serverless-export-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fserverless-export-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fserverless-export-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fserverless-export-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fserverless-export-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aligent","download_url":"https://codeload.github.com/aligent/serverless-export-resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fserverless-export-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30119430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"last_error":"SSL_read: 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"],"created_at":"2025-02-19T17:29:17.693Z","updated_at":"2026-03-05T10:32:22.365Z","avatar_url":"https://github.com/aligent.png","language":"TypeScript","readme":"# Serverless Export Resources\n\nA [Serverless framework](https://www.serverless.com) plugin for creating custom Outputs and export them.\n\n## Serverless configuration\n\n- Though does not requires in the serverless configuration, this plugin will throw errors if the description of the exported resources are not available.\n  - Lambda Function description can be set in the function declaration like so:\n    ```yaml\n    functions:\n      hello:\n        handler: src/hello.handler\n        description: \u003e-\n          This is a long dummy description of this Hello Lambda service to test the limitation of this export value. \n          It can contain up to 256 characters.\n    ```\n  - Step Function supports setting `Comment` which can be used as description:\n    ```yaml\n    stepFunctions:\n      stateMachines:\n        stateMachine:\n          name: ${self:service}-${self:provider.stage}-stateMachine\n          definition:\n            Comment: \u003e-\n              This is a very long dummy description of this State Machine service to test the limitation of this export value.\n              It can contain nearly 500 characters.\n    ```\n- The plugin is configured within the `serverless.yaml` by providing configuration values as the example below\n  ```yaml\n  custom:\n    exportResources:\n      functions: [hello, world]\n      stateMachines:\n        - helloWorld\n  ```\n\n### Variables\n\n| Variable      | Usage                                                                                |\n| ------------- | ------------------------------------------------------------------------------------ |\n| functions     | Array of logical names of Lambda functions to export.                                |\n| stateMachines | Array of logical names of Step Functions to export.                                  |\n| prefix        | A prefix for export names. If not provide, export names will be prefixed with `aser` |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligent%2Fserverless-export-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faligent%2Fserverless-export-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligent%2Fserverless-export-resources/lists"}