{"id":24041935,"url":"https://github.com/cloud-toolkit/cloud-toolkit-aws","last_synced_at":"2025-04-19T19:54:17.296Z","repository":{"id":60561599,"uuid":"537746109","full_name":"cloud-toolkit/cloud-toolkit-aws","owner":"cloud-toolkit","description":"The Cloud Toolkit AWS provider for Pulumi lets you deploy well-architected solutions in AWS.","archived":false,"fork":false,"pushed_at":"2023-08-10T16:53:14.000Z","size":1527,"stargazers_count":13,"open_issues_count":19,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-29T12:34:09.642Z","etag":null,"topics":["aws","cloud","iac","infrastructure-as-code","kubernetes","pulumi","sdk","serverless"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud-toolkit.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":"2022-09-17T08:29:57.000Z","updated_at":"2025-02-21T16:23:52.000Z","dependencies_parsed_at":"2024-06-19T02:08:42.790Z","dependency_job_id":"75dabb6c-6c76-4e5e-8f5b-b4ce5ca363d6","html_url":"https://github.com/cloud-toolkit/cloud-toolkit-aws","commit_stats":{"total_commits":185,"total_committers":4,"mean_commits":46.25,"dds":0.2648648648648648,"last_synced_commit":"9b526be5ff5c7e19a0b8b5d22b1687b7305a8201"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-toolkit%2Fcloud-toolkit-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-toolkit%2Fcloud-toolkit-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-toolkit%2Fcloud-toolkit-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-toolkit%2Fcloud-toolkit-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud-toolkit","download_url":"https://codeload.github.com/cloud-toolkit/cloud-toolkit-aws/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249786687,"owners_count":21325565,"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":["aws","cloud","iac","infrastructure-as-code","kubernetes","pulumi","sdk","serverless"],"created_at":"2025-01-08T22:13:59.518Z","updated_at":"2025-04-19T19:54:17.275Z","avatar_url":"https://github.com/cloud-toolkit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Toolkit AWS\n\nThe Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.\n\n## Install\n\n### JavaScript / TypeScript\n\nTo use from JavaScript or TypeScript, install using either `npm`:\n\n```bash\nnpm install @cloudtoolkit/aws\n```\n\nor `yarn`:\n\n```bash\nyarn add @cloudtoolkit/aws\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install cloud-toolkit-aws\n```\n\n## Configuration\n\nTo provision resources with the Cloud Toolkit AWS provider, you need to have AWS credentials. You can use the instructions on if you plan to use AWS credentials from a shared credentials file (which the AWS CLI usually manages for you) or from an environment variable. For more details, see the [AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html).\n\n\n## Examples\n\n### JavaScript / TypeScript\n\nCreate a private Bucket:\n\n```typescript\nconst ct = require(\"@cloudtoolkit/aws\");\n\nconst bucket = new ct.storage.Bucket(\"mybucket\");\n```\n\n### Python\n\nCreate a private Bucket:\n\n```python\nimport cloud_toolkit_aws as ct\n\nbucket = ct.storage.Bucket(\"bucket\")\n```\n\n## Development\n\nVisit the [development page](docs/development/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-toolkit%2Fcloud-toolkit-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-toolkit%2Fcloud-toolkit-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-toolkit%2Fcloud-toolkit-aws/lists"}