Skip to content

erezrokah/aws-testing-library

Folders and files

NameName
Last commit message
Last commit date
Nov 2, 2022
Oct 11, 2021
Oct 30, 2022
Jan 23, 2022
Nov 14, 2020
Nov 14, 2020
Sep 29, 2018
Sep 29, 2018
Feb 19, 2023
Oct 23, 2018
Jan 18, 2022
Nov 14, 2020
Nov 2, 2022
Aug 29, 2019
Jan 23, 2022
Jan 20, 2025
Dec 23, 2024
Jan 18, 2022
Oct 30, 2022

Repository files navigation

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