UNPKG

@cloudtoolkit/aws

Version:

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.

5 lines (4 loc) 190 B
export { BucketArgs } from "./bucket"; export type Bucket = import("./bucket").Bucket; export declare const Bucket: typeof import("./bucket").Bucket; export * from "../types/enums/storage";