UNPKG

@pulumi/awsx

Version:

[![Actions Status](https://github.com/pulumi/pulumi-awsx/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-awsx/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fur

13 lines 476 B
"use strict"; // *** WARNING: this file was generated by pulumi-gen-awsx. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.ecs = exports.ecr = exports.ec2 = void 0; // Export sub-modules: const ec2 = require("./ec2"); exports.ec2 = ec2; const ecr = require("./ecr"); exports.ecr = ecr; const ecs = require("./ecs"); exports.ecs = ecs; //# sourceMappingURL=index.js.map