UNPKG

cloudworker-proxy

Version:
10 lines (6 loc) 172 B
'use strict'; const uuid = require('uuid'); const createAndSetDeploymentUid = (ctx) => { ctx.deploymentUid = uuid.v4(); }; module.exports = createAndSetDeploymentUid;