UNPKG

@serverless-stack/nextjs-lambda

Version:

Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge

8 lines (7 loc) 139 B
'use strict' var process = require('./process') try { module.exports = setImmediate } catch (ex) { module.exports = process.nextTick }