Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/erezrokah/aws-testing-library-examples
- Owner: erezrokah
- License: mit
- Created: 2019-06-01T13:29:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T17:00:30.000Z (3 months ago)
- Last Synced: 2024-10-05T04:12:24.007Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.13 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```