UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

9 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EpsilonWebsiteStackPropsRoute53Handling = void 0; // NOTE: This is a psuedo-enum to fix some issues with Typescript enums. See: https://exploringjs.com/tackling-ts/ch_enum-alternatives.html for details exports.EpsilonWebsiteStackPropsRoute53Handling = { Update: 'Update', DoNotUpdate: 'DoNotUpdate', }; //# sourceMappingURL=epsilon-website-stack-props.js.map