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.

8 lines (7 loc) 359 B
export { QueueArgs } from "./queue"; export type Queue = import("./queue").Queue; export declare const Queue: typeof import("./queue").Queue; export { StaticWebArgs } from "./staticWeb"; export type StaticWeb = import("./staticWeb").StaticWeb; export declare const StaticWeb: typeof import("./staticWeb").StaticWeb; export * from "../types/enums/serverless";