UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

11 lines (8 loc) 243 B
'use strict'; if (process.env.SLS_GEO_LOCATION) { module.exports = process.env.SLS_GEO_LOCATION === 'cn'; return; } module.exports = new Intl.DateTimeFormat('en', { timeZoneName: 'long' }) .format() .includes('China Standard Time');