No project description provided
Project description
Cloud Toolkit AWS
The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in AWS. 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
:
npm install @cloudtoolkit/aws
or yarn
:
yarn add @cloudtoolkit/aws
Python
To use from Python, install using pip
:
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.
Examples
JavaScript / TypeScript
Create a private Bucket:
const ct = require("@cloudtoolkit/aws");
const bucket = new ct.storage.Bucket("mybucket");
Python
Create a private Bucket:
import cloud_toolkit_aws as ct
bucket = ct.storage.Bucket("bucket")
Development
Visit the development page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cloud_toolkit_aws-0.13.1.tar.gz
.
File metadata
- Download URL: cloud_toolkit_aws-0.13.1.tar.gz
- Upload date:
- Size: 50.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0164833362171d5bd1ba0a9a90e2e5e25f9b30b219e6ee9f877f2edc441c7836 |
|
MD5 | b1739837828890f8c14d02bb865e3c2b |
|
BLAKE2b-256 | 0e6828e8d0069b4f48a1789af0e55f6ba6cae553b4f7fa1bd6d86dedce946718 |