• Stars
    star
    121
  • Rank 287,127 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chai (https://chaijs.com) and Jest (https://jestjs.io/) assertions for testing services built with aws

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