UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

10 lines (8 loc) 240 B
"use strict"; exports.INTEGER = exports.INT = 1 << 0; exports.FLOAT = 1 << 1; exports.BOOL = exports.BOOLEAN = 1 << 2; exports.STRING = 1 << 3; exports.LIST = exports.ARRAY = 1 << 4; exports.REPEATABLE = 1 << 5; exports.REQUIRED = 1 << 6;