@schedulino/aws-lambda-test-utils
v1.2.0
Published
AWS Lambda mock event objects for most common AWS services
Downloads
198
Readme
aws-lambda-test-utils
AWS Lambda mock event objects for most common AWS services.
Installation
$ npm install --save-dev @schedulino/aws-lambda-test-utils
Use in your Tests
import {
apiGatewayEventMock,
apiGatewayProxyResultMock,
contextMock,
} from '@schedulino/aws-lambda-test-utils';
const apiGatewayEvent = apiGatewayEventMock();
const apiGatewayProxyResult = apiGatewayProxyResultMock();
const context = contextMock();