Skip to content

forrestbrazeal/aws-testing-library

 
 

Repository files navigation

AWS Testing Library

License: MIT CircleCI

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 >= 8 (for async/await support).

Installation

Install with yarn

yarn add aws-testing-library --dev

or npm

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

Usage

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%