UNPKG

lambdaw

Version:

A Group of Helpers for Common AWS Lamdba uses Edit

12 lines (9 loc) 264 B
const lambdaw = require('.') describe('Entry Point Test', () => { it('Should have an Api Gateway Object', () => { expect(lambdaw).toHaveProperty('ApiGateway') }) it('Should have an Lex Object', () => { expect(lambdaw).toHaveProperty('Lex') }) })