cloud-toolkit-aws


Namecloud-toolkit-aws JSON
Version 0.13.1 PyPI version JSON
download
home_page
Summary
upload_time2023-06-15 13:23:13
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi aws cloud-toolkit category/cloud kind/component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cloud Toolkit AWS

The 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.

## Install

### JavaScript / TypeScript

To use from JavaScript or TypeScript, install using either `npm`:

```bash
npm install @cloudtoolkit/aws
```

or `yarn`:

```bash
yarn add @cloudtoolkit/aws
```

### Python

To use from Python, install using `pip`:

```bash
pip install cloud-toolkit-aws
```

## Configuration

To 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).


## Examples

### JavaScript / TypeScript

Create a private Bucket:

```typescript
const ct = require("@cloudtoolkit/aws");

const bucket = new ct.storage.Bucket("mybucket");
```

### Python

Create a private Bucket:

```python
import cloud_toolkit_aws as ct

bucket = ct.storage.Bucket("bucket")
```

## Development

Visit the [development page](docs/development/README.md).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cloud-toolkit-aws",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi aws cloud-toolkit category/cloud kind/component",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0e/68/28e8d0069b4f48a1789af0e55f6ba6cae553b4f7fa1bd6d86dedce946718/cloud_toolkit_aws-0.13.1.tar.gz",
    "platform": null,
    "description": "# 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",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "",
    "version": "0.13.1",
    "project_urls": null,
    "split_keywords": [
        "pulumi",
        "aws",
        "cloud-toolkit",
        "category/cloud",
        "kind/component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e6828e8d0069b4f48a1789af0e55f6ba6cae553b4f7fa1bd6d86dedce946718",
                "md5": "b1739837828890f8c14d02bb865e3c2b",
                "sha256": "0164833362171d5bd1ba0a9a90e2e5e25f9b30b219e6ee9f877f2edc441c7836"
            },
            "downloads": -1,
            "filename": "cloud_toolkit_aws-0.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b1739837828890f8c14d02bb865e3c2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 50762,
            "upload_time": "2023-06-15T13:23:13",
            "upload_time_iso_8601": "2023-06-15T13:23:13.635348Z",
            "url": "https://files.pythonhosted.org/packages/0e/68/28e8d0069b4f48a1789af0e55f6ba6cae553b4f7fa1bd6d86dedce946718/cloud_toolkit_aws-0.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-15 13:23:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cloud-toolkit-aws"
}
        
Elapsed time: 0.17672s