aws-testing-library-examples

Usage examples for https://github.com/erezrokah/aws-testing-library/

MIT License

Stars
2
Committers
4

AWS Testing Library Examples

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