UNPKG

serverless-offline-streams

Version:

This plugin provides support for event driven systems using Serverless Offline

7 lines (6 loc) 299 B
"use strict"; exports.__esModule = true; exports.DEFAULT_SQS_POLL_INTERVAL_MS = exports.SLS_OFFLINE_OPTION = exports.SLS_CUSTOM_OPTION = void 0; exports.SLS_CUSTOM_OPTION = 'serverless-offline-streams'; exports.SLS_OFFLINE_OPTION = 'serverless-offline'; exports.DEFAULT_SQS_POLL_INTERVAL_MS = 5000;