UNPKG

@aws/cloudfront-hosting-toolkit

Version:

CloudFront Hosting Toolkit offers the convenience of a managed frontend hosting service while retaining full control over the hosting and deployment infrastructure to make it your own.

6 lines (5 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromHttp = void 0; var fromHttp_1 = require("./fromHttp/fromHttp"); Object.defineProperty(exports, "fromHttp", { enumerable: true, get: function () { return fromHttp_1.fromHttp; } });