Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pablosilvab/demo-serverless-test

Este proyecto tiene como objetivo realizar test en aplicaciones serverless
https://github.com/pablosilvab/demo-serverless-test

aws-lambda jest nodejs serverless serverless-framework

Last synced: 3 days ago
JSON representation

Este proyecto tiene como objetivo realizar test en aplicaciones serverless

Awesome Lists containing this project

README

        

# Test en Serverless

El objetivo de este proyecto es realizar test en nuestras aplicaciones Serverless.

## Requisitos

* Node.js
* Serverless framework
* Cuenta AWS

## Comandos

Ejecutar nuestros tests

```
npm test
```

Tests de integración
```
npm run test-integration
```

Deploy

```
sls deploy
```