@schedulino/aws-lambda-test-utils
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

aws-lambda-test-utils

Build Status

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();

Readme

Keywords

none

Package Sidebar

Install

npm i @schedulino/aws-lambda-test-utils

Weekly Downloads

92

Version

1.2.0

License

GPL-3.0

Unpacked Size

41.5 kB

Total Files

6

Last publish

Collaborators

  • martinmicunda
  • schedulino-admin