Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# AWS Testing Library Examples

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build](https://github.com/erezrokah/aws-testing-library-examples/workflows/AWS%20Testing%20Library%20Examples/badge.svg)](https://github.com/erezrokah/aws-testing-library-examples/actions)

Examples on how to use [AWS Testing Library](https://github.com/erezrokah/aws-testing-library)

## Prerequisites

[Nodejs](https://nodejs.org/en/) (at least version 16)

Amazon AWS account and `awscli` installed and configured:

Serverless [CLI](https://serverless.com/framework/docs/getting-started/)

## Setup

```bash
npm ci
```

## Run Linter

```bash
npm run lint
```

## Format Code

```bash
npm run format
```

## Deploy

```bash
npm run deploy
```

## Run Tests

```bash
npm test
```

## Cleanup

```bash
npm run remove
```