serverless-offline-edge-lambda
Version:
A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline.
13 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildConfig = void 0;
function buildConfig(serverless) {
return (eventType) => ({
distributionDomainName: '',
distributionId: '',
eventType: eventType,
requestId: ''
});
}
exports.buildConfig = buildConfig;
//# sourceMappingURL=config.builder.js.map