jest-e2e-serverless

Jest matchers for Serverless frameworks


Keywords
serverless, testing, aws, jest, s3, dynamoDb, api, cloudwatch, kinesis, lambda, sqs, sns, step-function, assertions, chai, e2e-testing, e2e-tests, equality, expectation, javascript, step-functions, typescript
License
MIT
Install
npm install jest-e2e-serverless@0.0.21

Documentation

AWS Testing Library

License: MIT Build Coverage Status

Note: If you're missing any capability please open an issue/feature request :)

Prerequisites

You should have your aws credentials under ~/.aws/credentials (if you have aws cli installed and configured).

Note: aws credentials are loaded automatically as described here

If you plan to use the deploy utility function please install and configure serverless.

node >= 16.10.0.

Installation

Install with npm

npm install aws-testing-library --save-dev

or yarn

yarn add aws-testing-library --dev

Usage