notonthehighstreet/node-lambda-events

View on GitHub
src/events/Schedule/schedule.js

Summary

Maintainability
A
0 mins
Test Coverage
import LambdaEvent from '../lambdaEvent';
import { OK, ERROR } from '../../global';

/**
 * Very simple interface for handling Scheduled LambdaEvents
 *
 * @constructor Schedule
 *
 * @extends LambdaEvent
 *
 */
export default class extends LambdaEvent {
}