Skip to content

erezrokah/aws-testing-library-examples

Repository files navigation

AWS Testing Library Examples

License: MIT Build

Examples on how to use AWS Testing Library

Prerequisites

Nodejs (at least version 16)

Amazon AWS account and awscli installed and configured: https://aws.amazon.com/getting-started/

Serverless CLI

Setup

npm ci

Run Linter

npm run lint

Format Code

npm run format

Deploy

npm run deploy

Run Tests

npm test

Cleanup

npm run remove