erezrokah / aws-testing-library-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 68.7%Language:JavaScript 31.3%