Package Exports
- aws-testing-library/lib/chai
- aws-testing-library/lib/chai/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aws-testing-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AWS Testing Library
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