{"id":30598294,"url":"https://github.com/leopardslab/nodecloud-aws-plugin","last_synced_at":"2025-08-29T22:13:17.464Z","repository":{"id":42215467,"uuid":"131184069","full_name":"leopardslab/nodecloud-aws-plugin","owner":"leopardslab","description":"🔧 NodeCloud AWS plugin","archived":false,"fork":false,"pushed_at":"2022-12-30T17:16:45.000Z","size":207,"stargazers_count":47,"open_issues_count":8,"forks_count":42,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-20T04:28:23.565Z","etag":null,"topics":["aws","nodejs"],"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/leopardslab.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":"security/aws-iam.js","support":null}},"created_at":"2018-04-26T16:40:30.000Z","updated_at":"2023-01-12T21:42:51.000Z","dependencies_parsed_at":"2023-01-31T12:16:00.487Z","dependency_job_id":null,"html_url":"https://github.com/leopardslab/nodecloud-aws-plugin","commit_stats":null,"previous_names":["cloudlibz/nodecloud-aws"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/leopardslab/nodecloud-aws-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-aws-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-aws-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-aws-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-aws-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leopardslab","download_url":"https://codeload.github.com/leopardslab/nodecloud-aws-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-aws-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272772763,"owners_count":24990514,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","nodejs"],"created_at":"2025-08-29T22:13:16.941Z","updated_at":"2025-08-29T22:13:17.459Z","avatar_url":"https://github.com/leopardslab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodecloud-aws-plugin ![nodecloud-aws-plugin CI](https://github.com/cloudlibz/nodecloud-aws-plugin/workflows/nodecloud-aws-plugin%20CI/badge.svg)\nAmazon web services plugin for [nodecloud](https://github.com/cloudlibz/nodecloud)\n\n## 🚀 Install\n\n```\n$ npm install nodecloud-aws-plugin\n```\n\n## ✌️ How to setup\n\n[How to get your AWS credentials](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-your-credentials.html)\n\nMake sure you have `.nc.config` file in the project root and have `nodecloud` installed.\n\nContent of `.nc.config` file is assumed as the following json structure.\nIt is an array of supported providers.\n\n1.  `name` : Provider name which nodecloud supports.\n2.  `tag` : Name that you will use to load the given provider. It is for your reference in code. It can be anything that you may like.\n3.  `libName` : Library name which has to be installed before loading a provider.\n\nConfig file can contain array of objects for all providers and all will be loaded.\nSupported values for `name` : azure, google, aws, alicloud, digitalocean.\n\n```js\nconst providers = [\n    {\n        name: 'aws',\n        tag: 'aws',\n        libName: 'nodecloud-aws-plugin'\n    },\n    // other providers might be included here\n]\n\nmodule.exports = providers;\n```\n\n## 💻 Development\n\n```\n$ git clone https://github.com/cloudliz/nodecloud-aws-plugin\n$ cd nodecloud-aws-plugin\n$ npm link\n$ cd .. \u0026\u0026 mkdir nodecloud-dev \u0026\u0026 cd nodecloud-dev\n$ npm link nodecloud-aws-plugin\n$ cd .. \u0026\u0026 git clone https://github.com/cloudliz/nodecloud\n$ cd nodecloud\n$ npm link\n$ cd nodecloud-dev\n$ npm link nodecloud\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopardslab%2Fnodecloud-aws-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleopardslab%2Fnodecloud-aws-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopardslab%2Fnodecloud-aws-plugin/lists"}